Whats wrong in my code
💡-arrays-intersection-of-two-arrays
mohit26900
(Mohit26900)
April 6, 2022, 4:47am
#1
talhashamim001
(Talha Shamim)
April 6, 2022, 7:35am
#2
hi
@mohit26900
,
write
mp.erase(arr2[i]);
not
mp.erase(mp[arr2[i]])
write ", " (with space) not “,”