atcoder#ABC252A. [ABC252A] ASCII code
[ABC252A] ASCII code
Score : points
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.
97
a
is the ASCII value of a
.
122
z