Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90087 | 徐梓涵 | 04四位数移位 | Python3 | Wrong Answer | 33 MS | 3752 KB | 107 | 2024-09-07 19:46:00 |
s=input().split() a=s[0] b=s[1] c=s[2] d=s[3] a=str(a) b=str(b) c=str(c) d=str(d) print(d+a+b+c)
------Input------
6234
------Answer-----
4623
------Your output-----