Run ID:90281
提交时间:2024-09-10 20:42:32
x=input() a=int(x) c=a//1000 d=a%1000//100 e=a%100//10 f=a%10//1 print(f,c,d,e,sep="")