Run id: 93559

Main.cc: In function 'int main()':
Main.cc:3:5: error: 'cout' was not declared in this scope
     cout<<"hello";
     ^
Main.cc:4:13: error: expected '}' at end of input
     return 0;
             ^