Run id: 140819

Main.cc:41:2: error: stray '#' in program
 v#include
  ^
Main.cc: In function 'int main()':
Main.cc:24:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:4:5: note: 'int main()' previously defined here
 int main(){
     ^
Main.cc: At global scope:
Main.cc:41:1: error: 'v' does not name a type
 v#include
 ^
Main.cc: In function 'int main()':
Main.cc:44:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:4:5: note: 'int main()' previously defined here
 int main(){
     ^
Main.cc: In function 'int main()':
Main.cc:64:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:4:5: note: 'int main()' previously defined here
 int main(){
     ^
Main.cc: In function 'int main()':
Main.cc:84:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:4:5: note: 'int main()' previously defined here
 int main(){
     ^