Run ID:143471

提交时间:2026-01-16 12:38:07

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