摘要:
/* Tarjan求割点 */ #include #include #include #include #define maxn 10010 using namespace std; int n,m,num,head[maxn],low[maxn],dfn[maxn],f[maxn],father[maxn]; int point[maxn],topt,sum; struct node{ ... 阅读全文
posted @ 2016-09-04 16:29
一入OI深似海
阅读(171)
评论(0)
推荐(0)

浙公网安备 33010602011771号