摘要:
#include<bits/stdc++.h> using namespace std; long long p[2000], sz, Ans, n, k; long long q[10000];//储存生成的index数 long long fac[15];//阶乘 int size; void 阅读全文
摘要:
1. 判定 (染色法) #include<bits/stdc++.h> using namespace std; const int N = 100010, M = 200010; int n, m; int g[N], cnt, color[N]; struct node{ int nxt,to; 阅读全文