qwqqwqwq
qwqqwqwq
全部文章
分类
数学(1)
未归档(211)
归档
标签
去牛客网
登录
/
注册
qwqqwqwq的博客
全部文章
(共1篇)
tarjan模板完整版
https://www.luogu.org/problem/P2863 #include<cstdio> #include<vector> using namespace std; int dfn[10005],low[10005],stack[10005],scc[100...
模板
tarjan
2019-08-11
0
394