Run ID:89655
提交时间:2024-08-28 00:37:47
n=int(input()) if str(n)==str(n)[::-1]: print("YES") else: print("NO")