Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
115771 冯潇阳 2020 Python3 Accepted 38 MS 3748 KB 75 2025-04-04 11:13:12

Tests(3/3):


Code:

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