Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
115770 |
冯潇阳 |
2020 |
Python3 |
Wrong Answer |
32 MS |
3740 KB |
74 |
2025-04-04 11:12:09 |
Tests(0/3):
Code:
a=int(input())
if a/100==a%100:
print("YES")
else:
print("NO")
Run Info:
------Input------
2121
------Answer-----
YES
------Your output-----
NO