Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
92293 | 徐盛熠 | 06字符后移 | Python3 | Wrong Answer | 37 MS | 3732 KB | 115 | 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))
------Input------
m c s z
------Answer-----
n d t a
------Your output-----
n d t {