Problem A: 计算下一个字母并输出

Problem A: 计算下一个字母并输出

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 233  Solved: 172
[Submit] [Status] [Web Board] [Creator:]

Description

根据输入的一个字母,计算下一个字母的输出

比如,输入C,则输出D

Sample Input

G

Sample Output

H