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