发个讨论,欸嘿~

刹那(。・∀・)ノ゙  •  2年前


include <stdio.h>

include <string.h>

int main () {

char a[105],b[105];
gets(a);
gets(b);
printf("%s%s",a,b);
return 0;

}


评论:

请先登录,才能进行评论