Run ID:92293

提交时间:2024-09-28 20:01:03

c=input().split() x=c[0] a=c[1] b=c[2] n=c[3] print(chr(ord(x)+1),chr(ord(a)+1),chr(ord(b)+1),chr(ord(n)+1))