Run id: 153352

Main.cc: In function 'int main()':
Main.cc:10:17: error: cannot convert 'std::__cxx11::string {aka std::__cxx11::basic_string}' to 'const char*' for argument '1' to 'size_t strlen(const char*)'
   int l=strlen(a);
                 ^
Main.cc:12:3: error: 'bouble' was not declared in this scope
   bouble n=0,p=1;
   ^
Main.cc:14:22: error: expected primary-expression before ',' token
   for(int j=l-1;j>=0;,j--){
                      ^
Main.cc:15:7: error: 'n' was not declared in this scope
       n+=(a[j]-'0')*p;
       ^
Main.cc:15:21: error: 'p' was not declared in this scope
       n+=(a[j]-'0')*p;
                     ^
Main.cc:18:4: error: 'p' was not declared in this scope
    p=2;
    ^
Main.cc:20:7: error: 'n' was not declared in this scope
       n+=(a[1]-'0')*(1/p);
       ^
Main.cc:23:10: error: 'n' was not declared in this scope
    cout<