随笔分类 -  Tarjan

摘要:#include<bits/stdc++.h> using namespace std; const int N=100000,M=200000; //所有Tarjan都要: // dfn[N],low[N],cnt=1,st,scc,zhan[N],top,前向星,vector<int>SCC[N 阅读全文
posted @ 2020-11-03 22:10 HKHbest 阅读(150) 评论(0) 推荐(0)

Live2D