#P244. 练40.2 打印字符

练40.2 打印字符

Description

We know that each character has a corresponding ASCII code.
Now input an ASCII code and 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.

Sample

65
A