Next Alphabet

AtCoder
IDabc151_a
Time2000ms
Memory256MB
Difficulty
Given is a lowercase English letter $C$ that is not `z`. Print the letter that follows $C$ in alphabetical order. ## Constraints * $C$ is a lowercase English letter that is not `z`. ## Input Input is given from Standard Input in the following format: $C$ [samples]
Samples
Input #1
a
Output #1
b

`a` is followed by `b`.
Input #2
y
Output #2
z

`y` is followed by `z`.
API Response (JSON)
{
  "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\nInp...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments