Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
132642 潘允晨 04四位数移位 Python3 Wrong Answer 59 MS 3748 KB 53 2025-10-12 08:35:52

Tests(5/8):


Code:

a=int(input()) b=a%10 c=a//10 d=b*1000+c print(d)


Run Info:

------Input------
7980
------Answer-----
0798
------Your output-----
798