Run id: 91559

Main.cc:24:2: error: stray '#' in program
 }#include
  ^
Main.cc:24:3: error: 'include' does not name a type
 }#include
   ^
Main.cc:26:11: error: redefinition of 'int a [5][5]'
 int a[5][5];
           ^
Main.cc:3:5: note: 'int a [5][5]' previously declared here
 int a[5][5];
     ^
Main.cc: In function 'int main()':
Main.cc:27:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:4:5: note: 'int main()' previously defined here
 int main(){
     ^