c++ 两个set合并 set<int> a,b; //合并到a a.insert(b.begin(),b.end()); posted @ 2019-03-05 21:54 予歌 阅读( ...) 评论( ...) 编辑 收藏