Run id: 137672

Main.cc:19:3: error: stray '#' in program
  }#include
   ^
Main.cc: In function 'int main()':
Main.cc:13:12: error: a function-definition is not allowed here before '{' token
  int main(){
            ^
Main.cc:47:2: error: expected '}' at end of input
  } 
  ^