Run ID:132334

提交时间:2025-10-08 08:45:19

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