摘要: 强联通分量 点击查看代码 #include<bits/stdc++.h> using namespace std; int n,m; vector<int> e[10005]; int dfn[10005],low[10005],timtp; int stk[10005],stktp; bool i 阅读全文
posted @ 2025-11-25 20:55 我的晴语表 阅读(10) 评论(0) 推荐(0)