Score : $100$ points
The ASCII values of the lowercase English letters a
, b
, $\ldots$, z
are $97,98,\ldots,122$ in this order.
Given an integer $N$ between $97$ and $122$, print the letter whose ASCII value is $N$.
Input is given from Standard Input in the following format:
$N$
Print the answer.
97
a
$97$ is the ASCII value of a
.
122
z