1431: 大写字符的后一位
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:122
Solved:91
Description
输入一个大写字符,输出其后一位字符。
Input
一个大写字符
Output
这个字符的后一位
Sample Input Copy
A
Sample Output Copy
B
HINT
字符为A~Y之间(包含A和Y)