#include <iostream>
#include <map>
#include <set>
#include <cstring>
#include <stack>
#include <vector>
#include <algorithm>
using namespace std;
typedef set<int> Set;
map<Set,int> idcache;
vector<Set> setcache;
int id(Set x){
......................
阅读全部 | 2019年1月6日 20:09