Score : $100$ points
Given is a lowercase English letter $C$ that is not z. Print the letter that follows $C$ in alphabetical order.
z.Input is given from Standard Input in the following format:
$C$
Print the letter that follows $C$ in alphabetical order.
a
b
a is followed by b.
y
z
y is followed by z.