poj3062

简单题

View Code
#include <stdio.h>

char st;

int main()
{
//freopen("D:\\t.txt", "r", stdin);
while (scanf("%c", &st) != EOF)
printf(
"%c", st);
return 0;
}
posted @ 2011-03-03 10:08  金海峰  阅读(276)  评论(0编辑  收藏  举报