Whats wrong in my code

hi @mohit26900,

  1. write mp.erase(arr2[i]); not mp.erase(mp[arr2[i]])
  2. write ", " (with space) not “,”