set/multiset set/multiset 特性 set保证出现在set内的元素只出现一次,且按照字典序从小大到大排序 初始化 ① 初始化一个集合 set<int> S; ② 复制一个集合 set … Continue reading set/multiset