Run ID:91909

提交时间:2024-09-25 19:21:26

e=input().split() a=int(e[0]) b=a%10 c=a//10%10 d=a//100%10 i=a//1000 print(b,i,d,c,sep='')