#Z12306. 打印字符
打印字符
Description
Enter an integer representing the ASCII code of a character, guaranteed to correspond to a visible character. Output the corresponding character.
Input Format
An integer representing the ASCII code of a character, guaranteed to correspond to a visible character.
Output Format
A single line containing the corresponding character.
65
A
Related
In following homework: