Run ID:89656

提交时间:2024-08-28 00:38:32

n=int(input()) a=str(n)[::-1] print(int(a))