随波逐牛
随波逐牛
全部文章
分类
归档
标签
去牛客网
登录
/
注册
随波逐牛的博客
全部文章
(共1篇)
题解 | #【模板】拓扑排序#
#include<bits/stdc++.h> using namespace std; int n,m; const int maxn=1e5+100; int ne[maxn],e[maxn],h[maxn],idx,q[m...
C++
拓扑排序
2022-07-07
0
388