Hello, world?Hello, world

Hello, world?Hello, world

题目描述

This is the first problem for test. Since all we know the ASCII code, your job is simple: Input numbers and output corresponding messages.

输入

The input will contain a list of positive integers separated by whitespaces(spaces, newlines, TABs). Please process to the end of file (EOF). The integers will be no less than 32.

输出

Output the corresponding message. Note there is NOT a newline character in the end of output.

样例输入复制

72 101 108 108 111 44
32 119 111 114 108 100 33

样例输出复制

Hello, world!
#include<bits/stdc++.h>
using namespace std;
char s;
int z;
int main(){while(scanf("%d",&z)!=-1){s=z;cout<<s;}}

 

发布者:admin,转转请注明出处:http://www.yc00.com/news/1689531780a263622.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信