Run ID:90896
提交时间:2024-09-19 19:14:53
s=int(input()) a=s%10 b=int(s/10)%10 c=int(s/100)%10 d=int(s/1000)%10 print(c,d,a,b,sep="")