#include using namespace std; typedef long long ll; #define rep(i,n) for(i=0;i>n; //printf(" %lld\n", div(n)); bool ans=true; if(div(n)<=3) ans=false; string r="NO"; if(ans) r="YES"; std::cout << r << std::endl; return 0; }