电报文字
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
输入一行电报文字,将字母变成其下一字母(如’a’变成’b’……’z’变成’a’其它字符不变)。
电报长度<=1000
Input Format
一行字符
Output Format
加密处理后的字符
Sample
样例输入
a b
样例输出
b c