Run ID:132649

提交时间:2025-10-12 09:07:19

a=int(input()) b=a%10 c=a//10 print("{}{}".format(b,c))