Run ID:115770
提交时间:2025-04-04 11:12:09
a=int(input()) if a/100==a%100: print("YES") else: print("NO")