Run id: 127815

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: 'cin' was not declared in this scope
  cin >> n >> m;
  ^
Main.cc:20:2: error: 'cout' was not declared in this scope
  cout<