摘要:
阅读全文
摘要:
biGraph()若返回0,则不能构成二分图,返回1则能。color数组里装的是每个节点的颜色,1是黑,-1是白,0代表还没有赋值颜色。 1 #define pb push_back 2 #define _for(i,a,b) for(int i = (a);i < (b);i ++) 3 cons 阅读全文
摘要:
#include <bits/stdc++.h> using namespace std; #define pb push_back #define _for(i,a,b) for(int i = (a);i < (b);i ++) const int maxn = 50003; int fail[ 阅读全文