Run ID:132222

提交时间:2025-10-07 13:33:20

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