Run id: 138363

Main.cc: In function 'int main()':
Main.cc:7:13: error: expected ';' before string constant
         cout"a";
             ^
Main.cc:7:16: warning: statement has no effect [-Wunused-value]
         cout"a";
                ^
Main.cc:10:13: error: expected ';' before string constant
         cout"b";
             ^
Main.cc:10:16: warning: statement has no effect [-Wunused-value]
         cout"b";
                ^
Main.cc:13:13: error: expected ';' before string constant
         cout"c";
             ^
Main.cc:13:16: warning: statement has no effect [-Wunused-value]
         cout"c";
                ^
Main.cc:14:5: error: expected '}' at end of input
     }
     ^