Run id: 148391

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