Main.cc:1:1: error: stray '\' in program
V\#include
^
Main.cc:1:3: 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:14: error: 'getchar' was not declared in this scope
c = getchar();
^
Main.cc:7:3: error: 'cout' was not declared in this scope
cout<<"Input Error!"<