Run id: 122728

Main.cc:27:3: error: stray '#' in program
  }#include 
   ^
Main.cc:71:2: error: stray '#' in program
 }#include 
  ^
Main.cc: In function 'int main()':
Main.cc:20:5: error: redefinition of 'int main()'
 int main (){
     ^
Main.cc:5:5: note: 'int main()' previously defined here
 int main (){
     ^
Main.cc:27:4: error: 'include' was not declared in this scope
  }#include 
    ^
Main.cc:27:13: error: 'bits' was not declared in this scope
  }#include 
             ^
Main.cc:27:18: error: 'stdc' was not declared in this scope
  }#include 
                  ^
Main.cc:29:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
Main.cc:31:12: error: a function-definition is not allowed here before '{' token
 int main (){
            ^
Main.cc:5434:1: error: expected '}' at end of input
 }
 ^