Run id: 140659

Main.cc: In function 'int main()':
Main.cc:4:11: error: 's' was not declared in this scope
   int n,b[s],s = 1001; 
           ^
Main.cc:13:4: error: 'b' was not declared in this scope
    b[i] = 0; 
    ^
Main.cc:18:4: error: 'b' was not declared in this scope
    b[d] = b[d] + 1;
    ^
Main.cc:23:8: error: 'b' was not declared in this scope
    if (b[i] > b[m]) 
        ^