{"problem":{"name":"ASCII code","description":{"content":"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$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc252_a"},"statements":[{"statement_type":"Markdown","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$.\n\n## Constraints\n\n*   $N$ is an integer between $97$ and $122$ (inclusive).\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc252_a","tags":[],"sample_group":[["97","a\n\n$97$ is the ASCII value of `a`."],["122","z"]],"created_at":"2026-03-03 11:01:14"}}