蓝桥杯-Hello, world!

原题地址

参考代码

#include<stdio.h>  
int main()  
{  
    int n;  
    while(scanf("%d",&n)!=EOF)  
    {  
        printf("%c",n);  
  
    }  
    return 0;  
}  
posted @ 2018-03-05 22:49  兰翔  阅读(158)  评论(0)    收藏  举报