Run id: 135896

Main.cc:3:19: error: stray '#' in program
 int slen(char *p){#include
                   ^
Main.cc: In function 'int slen(char*)':
Main.cc:3:20: error: 'include' was not declared in this scope
 int slen(char *p){#include
                    ^
Main.cc:3:28: error: 'bits' was not declared in this scope
 int slen(char *p){#include
                            ^
Main.cc:3:33: error: 'stdc' was not declared in this scope
 int slen(char *p){#include
                                 ^
Main.cc:4:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
Main.cc:5:18: error: a function-definition is not allowed here before '{' token
 int slen(char *p){
                  ^
Main.cc:19:13: error: expected '}' at end of input
     return 0;
             ^
Main.cc:19:13: warning: no return statement in function returning non-void [-Wreturn-type]