Run id: 113354

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