POJ 1144 Network 裸割點

題意: 給一個圖,求割點個數ios #include <cstdio> #include <iostream> #include <cstring> using namespace std; const int MAXN = 110; int low[MAXN], dfn[MAXN], head[MAXN], tail, cnt, timer, n; struct Line{ int to, nx
相關文章
相關標籤/搜索