char *p, *q; p = (char *)malloc(sizeof(char) * 20); q = p; scanf("%s %s", p, q); printf("%s %s\n", p, q);
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题