Run id: 95045

Main.cc:13:9: warning: missing terminating " character
   cout<<"#include
         ^
Main.cc:13:3: error: missing terminating " character
   cout<<"#include
   ^
Main.cc:30:1: warning: missing terminating " character
 ";
 ^
Main.cc:30:1: error: missing terminating " character
Main.cc: In function 'int main()':
Main.cc:14:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
Main.cc:16:1: error: a function-definition is not allowed here before '{' token
 {
 ^
Main.cc:34:1: error: expected '}' at end of input
 }
 ^