Information
- ID
- 861
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 10
- Tags
- # Submissions
- 2
- Accepted
- 2
- Uploaded By
#include<bits/stdc++.h> using namespace std; int main(){ int year; cin>>year; int first_two=year/100; int last_two=year%100; if(first_two==last_two){ cout<<"YES"; }else{ cout<<"NO"; } return 0; }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.