Run id: 113361

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