随笔分类 -  拓扑排序

摘要:题目 Solution 讲课的PPT里的图 Code #include<bits/stdc++.h> using namespace std; const int N=100002; struct node{ int to,ne; }e[N]; int T,i,d[N],x,y,ans[N],n,m 阅读全文
posted @ 2022-11-06 11:03 Mingoal 阅读(35) 评论(0) 推荐(0)