发布网友
共1个回答
热心网友
#include<stdio.h>
{
char a;
while(scanf("%c",&a)!=EOF)
{
printf("%c",a);
}
return 0;
}