CSP前模板复习
摘要:Tarjan 求强连通分量 展开查看 include include include using namespace std; const int N = 1e4 + 1e3; int n, m, cnt, dfn[N], low[N], inq[N]; int stk[N], tp, c[N],
阅读全文
posted @ 2019-11-08 21:30
posted @ 2019-11-08 21:30
posted @ 2018-09-20 20:22