{"raw_statement":[{"iden":"problem statement","content":"The ASCII values of the lowercase English letters `a`, `b`, $\\ldots$, `z` are $97,98,\\ldots,122$ in this order.\nGiven an integer $N$ between $97$ and $122$, print the letter whose ASCII value is $N$."},{"iden":"constraints","content":"*   $N$ is an integer between $97$ and $122$ (inclusive)."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"97"},{"iden":"sample output 1","content":"a\n\n$97$ is the ASCII value of `a`."},{"iden":"sample input 2","content":"122"},{"iden":"sample output 2","content":"z"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}