Run id: 133699

Main.cc:6:12: error: stray '#' in program
  cout<<456;#i
            ^
Main.cc:1:1: error: 'nclude' does not name a type
 nclude 
 ^
Main.cc: In function 'int main()':
Main.cc:4:2: error: 'cout' was not declared in this scope
  cout<<123;
  ^
Main.cc:5:8: error: 'endl' was not declared in this scope
  cout<