#include?<stdio.h>
int?main()
{
char?str[100];
gets(str);
for(int?i=0;str[i]!='\0';i++)
}
printf("%s\n",str);
這是在VC++6.0上運行的結果
妳還有疑問可以追問