摘要: Tarjan 学习笔记 有向图连通性问题 强联通分量 模板 其实简单,直接模板就行了,上代码: #include <bits/stdc++.h> #define int long long using namespace std; const int N=1e4+10; const int M=1e 阅读全文
posted @ 2025-08-21 19:10 guoguo160 阅读(11) 评论(0) 推荐(0)