Run ID:91908
提交时间:2024-09-25 19:15:56
s=input().split() a=int(s[0]) b=str(a%10) c=str(a//10%10) d=str(a//100%10) e=str(a//1000%10) f=str(a//10000) print(b+c+d+e+f)