摘要: #include<bits/stdc++.h> using namespace std; const int N=10005,M=50005; vector<int> son[N]; int dfn[N],low[N],num,s[N],out[N],top,cnt; int scc[N]; int 阅读全文
posted @ 2022-04-08 20:13 仰望星空的蚂蚁 阅读(15) 评论(0) 推荐(0)