Run ID:93215
提交时间:2024-10-12 20:42:22
s=input() s=int(s) z=s%10 o=s//10%10 x=s//100%10 t=s//1000%10 print(z*1000+o*100+x*10+t*1)