摘要: 模拟水题.熟悉一下multiset的用法. 阅读全文
posted @ 2018-06-21 10:19 俺是小程 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 模拟题. 但是可以借这题熟悉一下STL的list用法 首先, list有push_front 与 pop_front, 但显然, 这俩功能解决不了这个题 考虑使用迭代器和insert修改器. 查阅资料, insert插入单个元素时返回值为这个值的位置, 而且, iterator insert( it 阅读全文
posted @ 2018-06-21 09:47 俺是小程 阅读(123) 评论(0) 推荐(0) 编辑