Run ID:99706

提交时间:2024-11-30 13:26:33

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c ; cin>>c; a=c/100; b=c%100; if(a==b){ cout<<"YES"; }else{ cout<<"NO"; } return 0; }