查找key_value为x的所有映射

    multimap::iterator a,b;
    a=m.equal_range(x).first;
    b=m.equal_range(x).second;

迭代器范围 [ a, b ) 就是所有映射