//最后居然没有空行
#include<iostream>
using namespace std;
int main()
{
int n, t, i;
scanf("%d", &n);
for( i=0; i < n; i++ )
scanf("%d", &t), printf("%c", t);
//printf("\n");
return 0;
}hdu 3361 ASCII
最新推荐文章于 2018-07-19 03:15:30 发布
//最后居然没有空行
#include<iostream>
using namespace std;
int main()
{
int n, t, i;
scanf("%d", &n);
for( i=0; i < n; i++ )
scanf("%d", &t), printf("%c", t);
//printf("\n");
return 0;
}
511

被折叠的 条评论
为什么被折叠?