默认情况下,列表中的数据按升序键排序,经常会发生需要更改此排序顺序的情况。 为此,您可以编写一个比较器来按照您指定的方式定位数据。 按键降序排序的比较器示例(写在 main 之前):
结构 cmp { bool operator()(const string &< /span>a, const 字符串 &b) const { 返回一个> b; } };
地图<字符串,整数,cmp> ; 我的地图;
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking