Run id: 128623

Main.cc: In function 'int main()':
Main.cc:8:5: error: 'doubre' was not declared in this scope
     doubre s=0;
     ^
Main.cc:9:12: error: expected ';' before 'q'
     doubre q=1;
            ^
Main.cc:16:6: error: 's' was not declared in this scope
      s+=(p*a[j]-'0');
      ^
Main.cc:16:10: error: 'p' was not declared in this scope
      s+=(p*a[j]-'0');
          ^
Main.cc:19:5: error: 'p' was not declared in this scope
     p=2;
     ^
Main.cc:20:14: error: 'j' was not declared in this scope
     for(i+=1;j