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
相關文章
相關標籤/搜索