会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mingoal
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
拓扑排序
bzoj4010: [HNOI2015]菜肴制作
摘要:题目 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)
公告