Run id: 4645

Main.cc: In function 'int main()':
Main.cc:10:7: error: expected ';' before string constant
   cout"cannot"<endl;
       ^
Main.cc:10:21: warning: statement has no effect [-Wunused-value]
   cout"cannot"<<endl;
                     ^