c++ 两个set合并

set<int> a,b;
//合并到a
 
 
a.insert(b.begin(),b.end());

  

posted @ 2019-03-05 21:54  予歌  阅读(2207)  评论(0编辑  收藏  举报