Run id: 98482

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:5:2: error: 'string' was not declared in this scope
  string s;
  ^
Main.cc:6:2: error: 'cin' was not declared in this scope
  cin>>s;
  ^
Main.cc:6:7: error: 's' was not declared in this scope
  cin>>s;
       ^
Main.cc:16:2: error: 'cout' was not declared in this scope
  cout<