Main.cc:4:5: error: expected initializer before 'int' int a<<123; ^ Main.cc:5:10: error: expected initializer before '<<' token int b<<456; ^ Main.cc:6:5: error: 'cout' does not name a type cout<<"sum is"<