Run id: 155702

Main.cc:2:21: error: stray '#' in program
 using namespace std;#include
                     ^
Main.cc:2:22: error: 'include' does not name a type
 using namespace std;#include
                      ^
Main.cc: In function 'int main()':
Main.cc:13:22: error: expected ')' before ';' token
  for(int i=1;i<=n;i++;
                      ^
Main.cc:15:15: error: 'i' was not declared in this scope
   cout<