练40.3 ASCII码
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
I believe everyone knows the famous ASCII code. Your task is to input numbers (representing ASCII codes) and output the corresponding characters.
Input Format
The first line contains an integer T (1≤T≤1000).
The next T lines contain positive integers separated by whitespace (including spaces, newlines, and tabs).
These integers will not be less than 32.
Output Format
Output the corresponding characters in a single line. (Do not output any extra characters)
Sample
13
72 101 108 108 111 44 32 119 111 114 108 100 33Hello, world!
20250920B班作业(2)
- Status
- Done
- Problem
- 7
- Open Since
- 2025-9-20 0:00
- Deadline
- 2025-10-11 23:59
- Extension
- 24 hour(s)