Run ID:143472

提交时间:2026-01-16 12:41:12

n=int(input()) if str(n)==str(n)[::-1]: print("YES") else: print("NO")