Run ID:88018

提交时间:2024-08-16 16:18:39

r = input() a = int(r) b = a%10 c = a//10%10 d = a//100%10 e = a//1000%10 print(e,b,c,d,sep="")