Run ID:90579
提交时间:2024-09-15 19:57:25
a=input() b=int(a) c=(b%10) d=(b//10%10) e=(b//100%10) f=(b//1000) print(c,d,e,f,sep="")