Run id: 121352

Main.cc: In function 'int main()':
Main.cc:10:15: error: 'i' was not declared in this scope
     int max=a[i]-'0',l;
               ^
Main.cc:11:5: error: 'l' was not declared in this scope
     l=strlen(a);
     ^
Main.cc:15:9: error: expected ';' before '}' token
         }
         ^