#P42. 【例9.2】打印字符

【例9.2】打印字符

Description

We know that each character has a corresponding ASCII code. Now, given an ASCII code, output the corresponding character.

Input Format

An integer representing the ASCII code of a character (guaranteed to be a visible character).

Output Format

One line containing the corresponding character.

Sample

65
A