Problem G. ASCII

时间限制 1 ms   内存限制 64 MB

Since all we know the ASCII code, your job is simple: input numbers and output corresponding messages.
 

输入数据

The first line contains one integer T (1<=T<=1000).
The input will contain T positive integers separated by whitespaces (spaces, newlines, TABs).
The integers will be no less than 32.
 

输出数据

Output the corresponding message in just one line.
Warning: no extra characters are allowed.
 

样例输入

复制
13
72 101 108 108 111 44
32 119 111 114 108 100 33

样例输出

复制
Hello, world!

提交

请先 登录

© 2025 FAQs Contact About