2-SAT问题 HDU-1814

#include<iostream> #include<cstring> using namespace std; const int maxn=100010; struct node{ int to,next; }edge[maxn]; int head[maxn],tot=0; void init(){ tot=0; memset(head,-1,sizeof(head
相关文章
相关标签/搜索