Run ID:132650
提交时间:2025-10-12 09:14:11
a=int(input()) b=a%10 c=a//10%10 d=a//100%10 e=a//1000%10 f=a//10000 print("{}{}{}{}{}".format(b,c,d,e,f))