Run id: 124923

Main.cc: In function 'int main()':
Main.cc:9:6: error: 'a' was not declared in this scope
      a[arr[i]]++;
      ^
Main.cc:14:6: error: 'a' was not declared in this scope
   if(a[c]>max){
      ^