摘要: http://poj.org/problem?id=2186 留个缩点模板 Code#include #include #include #include using namespace std;const int maxn=10000+10;int Index=0,cnt=0,N,M,DFN[maxn],Low[maxn],belong[maxn],d[maxn];bool InS[maxn];... 阅读全文
posted @ 2013-09-28 22:03 ljlin 阅读(171) 评论(0) 推荐(0)