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
相关文章
相关标签/搜索