{"problem":{"name":"Next Alphabet","description":{"content":"Given is a lowercase English letter $C$ that is not `z`. Print the letter that follows $C$ in alphabetical order.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc151_a"},"statements":[{"statement_type":"Markdown","content":"Given is a lowercase English letter $C$ that is not `z`. Print the letter that follows $C$ in alphabetical order.\n\n## Constraints\n\n*   $C$ is a lowercase English letter that is not `z`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$C$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc151_a","tags":[],"sample_group":[["a","b\n\n`a` is followed by `b`."],["y","z\n\n`y` is followed by `z`."]],"created_at":"2026-03-03 11:01:14"}}