중복원소를 허용한다. map과의 유일한 차이점이다.

multimap의 count()와 find()

iter == mm.find(3);

multimap의 lower_bound(), upper_bound(), equal_range()

map의 것과 같다.