Run id: 129609

Main.cc:12:14: error: stray '#' in program
     return 0;#include  // cin\cout\endl
              ^
Main.cc: In function 'int main()':
Main.cc:12:15: error: 'include' was not declared in this scope
     return 0;#include  // cin\cout\endl
               ^
Main.cc:12:31: error: expected primary-expression before '>' token
     return 0;#include  // cin\cout\endl
                               ^
Main.cc:15:1: error: expected primary-expression before '}' token
 }
 ^
Main.cc: At global scope:
Main.cc:16:1: error: expected declaration before '}' token
 }
 ^