Run id: 119435

Main.cc:18:2: error: stray '#' in program
 }#include
  ^
Main.cc:35:2: error: stray '#' in program
 }#include
  ^
Main.cc:52:2: error: stray '#' in program
 }#include
  ^
Main.cc:69:2: error: stray '#' in program
 }#include
  ^
Main.cc:86:2: error: stray '#' in program
 }#include
  ^
Main.cc:18:3: error: 'include' does not name a type
 }#include
   ^
Main.cc: In function 'int main()':
Main.cc:21: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:35:3: error: 'include' does not name a type
 }#include
   ^
Main.cc: In function 'int main()':
Main.cc:38: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:52:3: error: 'include' does not name a type
 }#include
   ^
Main.cc: In function 'int main()':
Main.cc:55: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:69:3: error: 'include' does not name a type
 }#include
   ^
Main.cc: In function 'int main()':
Main.cc:72: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:86:3: error: 'include' does not name a type
 }#include
   ^
Main.cc: In function 'int main()':
Main.cc:89:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:4:5: note: 'int main()' previously defined here
 int main(){
     ^