Run id: 113348

Main.cc:1:2: error: stray '#' in program
 V#include
  ^
Main.cc:1:1: error: 'V' does not name a type
 V#include
 ^
Main.cc: In function 'int main()':
Main.cc:4:5: error: 'cout' was not declared in this scope
     cout<<"hello,lema";
     ^