摘要: 强连通分量裸题#include#include#include#include#includeusing namespace std;const int maxn = 10000 + 10;vector G[maxn], G2[maxn];vector S;int vis[maxn], sccno[... 阅读全文
posted @ 2013-11-29 21:17 贝尔摩德 阅读(119) 评论(0) 推荐(0) 编辑