#include <bits/stdc++.h> using namespace std; int main(){ int x; cin>>x; if(x!=1&&x!=3&&x!=5) cout<<"YES"<<endl; else cout<<"NO"<<endl; return 0; }

0 comments

No comments so far...

Information

ID
48
Time
1000ms
Memory
256MiB
Difficulty
4
Tags
# Submissions
213
Accepted
102
Uploaded By