Run ID:90894

提交时间:2024-09-18 20:55:26

s=input().split() a=int(s[0]) b=str(a%10) c=str(a//10%10) d=str(a//100%10) f=str(a//1000) print(b+f+d+c)