Home => ProblemSet => 1.2-08:打印字符
Problem1017--1.2-08:打印字符

1017: 1.2-08:打印字符

Time Limit: 1 Sec  Memory Limit: 128 MB  Submit: 5  Solved: 11
[ Submit ] [ Status ] [ Creator: ][ 参考程序 ]

Description

输入一个ASCII码,输出对应的字符。

Input

一个整数,即字符的ASCII码,保证存在对应的可见字符。

Output

一行,包含相应的字符。

Sample Input Copy

65

Sample Output Copy

A

Source/Category