Main.cc: In function 'int main()': Main.cc:5:5: error: expected ';' before 'cout' cout<<"hello,world"; ^ Main.cc:5:24: error: statement cannot resolve address of overloaded function cout<<"hello,world"; ^