#include using namespace std; #define REP(i,fast,last) for(int i=fast;i> N; if (N != 1) { REP(i,2,N/2+1){ if (N%i == 0) result = "YES"; } } cout<