Run id: 133378

Main.cc: In function 'int main()':
Main.cc:9:10: error: 'a' was not declared in this scope
   memset(a,0,sizeof(a));
          ^
Main.cc:13:14: error: invalid operands of types '' and 'int' to binary 'operator>'
   if(max>n/2+1) cout<<"N"<