Run ID:88019
提交时间:2024-08-16 16:26:16
r = input() a = int(r) b = a%10 c = a//10%10 d = a//100%10 e = a//1000%10 print(b,e,d,c,sep="")