#include
main(void)
{
char str[10];
scanf("%s",str);
printf("%s\n",str);
}
可以 艹艹Press any key to continue#include main(){ char str[3]={0}; scanf("%s",str); printf("%s\n",str);}
不管行不行就试试啊,编译器会告诉你一切