集合容器的集合运算:并、交、差:
#include "stdafx.h"
#include <iostream>
#include <set>
#include <algorithm> //集合运算:并、交、差需要包含该头文件
using namespace std;
structltstr
{
bool operator()(const char* s1,const
集合容器的集合运算:并、交、差:
#include "stdafx.h"
#include <iostream>
#include <set>
#include <algorithm> //集合运算:并、交、差需要包含该头文件
using namespace std;
structltstr
{
bool operator()(const char* s1,const