摘要: #include #include #include using namespace std; struct my{ int next; int v; }; const int maxn=10000; int low[maxn],dfsn[maxn],adj[maxn],fa,sfa,dfn; int bs[maxn],cnt; bool bridge[maxn*2]; in... 阅读全文
posted @ 2018-04-01 19:26 lmjer 阅读(434) 评论(0) 推荐(0) 编辑