Run id: 7294

Main.cc:14:17: error: stray '#' in program
             b=i;#include
                 ^
Main.cc: In function 'int main()':
Main.cc:14:18: error: 'include' was not declared in this scope
             b=i;#include
                  ^
Main.cc:14:34: error: expected primary-expression before '>' token
             b=i;#include
                                  ^
Main.cc:18:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
Main.cc:18:1: error: expected ';' before 'using'
Main.cc:19:11: error: a function-definition is not allowed here before '{' token
 int main(){
           ^
Main.cc:39:1: error: expected '}' at end of input
 }
 ^
Main.cc:39:1: error: expected '}' at end of input
Main.cc:39:1: error: expected '}' at end of input