CDUTCM OJ——1689:集合問題

CDUTCM——1689 ps:使用set容器的完美解決 #include<bits/stdc++.h> using namespace std; typedef long long ll; int main(){ int n,m,k; set<int>a;//交集 set<int>b;//並集 set<int>c;//差集 set<int>::const_iterator it
相關文章
相關標籤/搜索