_YueYang

导航

2021年7月3日 #

targan解析

摘要: ###【算法讲解】 先咕了( ###【例题】 ####【例1】牛的舞会 模板题,求强连通分量个数。 code: #include<bits/stdc++.h> using namespace std; int n,m,ans; int head[25000],cnt; int dfn[25000], 阅读全文

posted @ 2021-07-03 23:00 _YueYang 阅读(156) 评论(0) 推荐(0)