#include using namespace std; int main(){ int N; cin>>N; /*for(int i=3;i<=(max(3,N/2));i+=2){ if(N%i ==0){ cout<<"YES"<