Run id: 113365

Main.cc: In function 'int main()':
Main.cc:5:5: error: expected ';' before 'cout'
     cout<<456;endl
     ^
Main.cc:5:14: error: statement cannot resolve address of overloaded function
     cout<<456;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; 
          ^