Run id: 129249

Main.cc: In function 'int main()':
Main.cc:9:2: error: 'a' was not declared in this scope
  a[b]++;
  ^
Main.cc:16:5: error: 'a' was not declared in this scope
  if(a[i]>max){
     ^