Run id: 3485

Main.cc:22:2: error: stray '#' in program
 }# include
  ^
Main.cc: In function 'int main()':
Main.cc:8:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j
    ^
Main.cc: In function 'int main()':
Main.cc:24:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:3:5: error: 'int main()' previously defined here
 int main(){
     ^
Main.cc:29:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j<a.size();j++){
                              ^