Run ID:115771

提交时间:2025-04-04 11:13:12

a=int(input()) if a//100==a%100: print("YES") else: print("NO")