摘要:
"题目链接" 解题思路 简单的DAG上DP即可。 参考程序 c include using namespace std; const int Maxn = 100010; const int Maxm = 200010; struct edge { int To, Next; }; edge Edg 阅读全文
posted @ 2019-07-25 15:21
chy_2003
阅读(133)
评论(0)
推荐(0)
摘要:
"题目链接" 问题分析 题目给了充足的暗示,我们只需要二分答案然后跑匈牙利即可。~~要相信匈牙利的速度~~ 参考程序 阅读全文
posted @ 2019-07-25 09:16
chy_2003
阅读(125)
评论(0)
推荐(0)

浙公网安备 33010602011771号