Run ID:92081

提交时间:2024-09-28 11:26:55

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