#abc252a. [abc252_a]ASCII code
[abc252_a]ASCII code
Problem Statement
The ASCII values of the lowercase English letters a
, b
, , z
are in this order.
Given an integer between and , print the letter whose ASCII value is .
Constraints
- is an integer between and (inclusive).
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
97
Sample Output 1
a
is the ASCII value of a
.
Sample Input 2
122
Sample Output 2
z