拓扑排序
摘要:
#include <iostream> #include <vector> #include <cstring> using namespace std; const int N=1e5+5; int h[N], e[N], ne[N], indegree[N], idx; int head, ta 阅读全文
posted @ 2020-11-06 10:59
Chri_K
阅读(91)
评论(0)
推荐(0)
浙公网安备 33010602011771号