Run id: 118836

Main.cc: In function 'int main()':
Main.cc:49:6: error: expected ';' before string constant
  cout"NO";
      ^
Main.cc:49:10: warning: statement has no effect [-Wunused-value]
  cout"NO";
          ^