c吧
全部回复
仅看楼主
level 2
2022年09月09日 05点09分 1
level 11
int i,j;
scanf("%s",s1);
scanf("%s",s2);
i++;
for(j=0;s2[j]!='\0';j++)
s1[i]='\0';
printf("%s\n",s1);
2022年09月09日 05点09分 3
那这个“getchar”在这里就没用了吗[疑问]
2022年09月09日 07点09分
1