Run id: 139894

Main.cc:16:4: error: stray '#' in program
   {#include 
    ^
Main.cc: In function 'int main()':
Main.cc:16:5: error: 'include' was not declared in this scope
   {#include 
     ^
Main.cc:16:22: error: expected primary-expression before '>' token
   {#include 
                      ^
Main.cc:18:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
Main.cc:20:11: error: a function-definition is not allowed here before '{' token
 int main(){
           ^
Main.cc:58:1: error: expected '}' at end of input
 }
 ^
Main.cc:58:1: error: expected '}' at end of input