Run ID:90089
提交时间:2024-09-07 20:01:39
s=int(input()) a=s//10%10 b=s//1000%10 c=s//100%10 d=s%10 print(str(d)+str(b)+str(c)+str(a))