Run id: 93560

Main.cc: In function 'int main()':
Main.cc:9:5: error: expected ',' or ';' before 'int'
     int m,s=0;
     ^
Main.cc:10:11: error: 'm' was not declared in this scope
     while(m){
           ^
Main.cc:16:11: error: 's' was not declared in this scope
           s+=a[i];
           ^
Main.cc:18:14: error: 's' was not declared in this scope
        cout<