摘要: #include #include #include #include using namespace std; struct my{ int v; int next; }; const int maxn=200000+10; int adj[maxn],adj2[maxn],low[maxn],dfn[maxn],fa,fa2,c[maxn],dfsn,tot... 阅读全文
posted @ 2018-07-29 21:36 lmjer 阅读(98) 评论(0) 推荐(0) 编辑