# include & lt地圖& gt
# include & ltiostream & gt
# include & ltcstring & gt
使用命名空間std
struct cstrcmp_less
{
bool運算符()(const char* a,const char* b)
{
return strcmp(a,b) == -1?1 : 0;
}
};
int main()
{
多地圖& ltconst char*,const char*,cstrcmp _ less & gtxx;
xx.insert(make_pair("12 "," 22 "));
xx.insert(make_pair("23 "," 22 "));
xx.insert(make_pair("14 "," 22 "));
xx . insert(make _ pair(" 11 "," 22 "));
for(multimap & lt;const char*,const char * & gt::叠代器it = xx . begin();它!= xx . end();++it)
cout & lt& lt它-& gt;first & lt& ltendl
}