Main.cc: In function 'int main()': Main.cc:5:5: error: expected ';' before 'cout' cout<<2;endl ^ Main.cc:5:12: error: statement cannot resolve address of overloaded function cout<<2;endl ^ Main.cc:6:2: error: expected ';' before 'return' return 0; ^ Main.cc:6:10: error: statement cannot resolve address of overloaded function return 0; ^