Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
132331 赵乘浩 04四位数移位 Python3 Wrong Answer 64 MS 3752 KB 48 2025-10-08 08:39:42

Tests(5/8):


Code:

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


Run Info:

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