Run ID:90364

提交时间:2024-09-11 20:48:23

=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='')