摘要: c.clear() 移除容器中所有数据。 c.empty() 判断容器是否为空。 c.erase(pos) 删除pos位置的数据 c.erase(beg,end) 删除[beg,end)区间的数据 c.front() 传回第一个数据。 c.insert(pos,elem) 在pos位置插入一个ele 阅读全文
posted @ 2017-08-07 17:42 SH,Y 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 注意时间限制 30 分 100 分 阅读全文
posted @ 2017-08-07 17:25 SH,Y 阅读(109) 评论(0) 推荐(0) 编辑