摘要: stl应用:list map 新学:remove(value):找到容器中所有等于value的元素并删除之#include #include #include #include using namespace std;int main(){ int n,m; map x; map ... 阅读全文
posted @ 2014-11-12 00:50 Scale_the_heights 阅读(141) 评论(0) 推荐(0)