原创 c++set集使用

#include<iostream> #include<string> #include<vector> #include<set> //set不能重複,multiple可以重複 using namespace std; //寫