随笔分类 -  分组背包

摘要:Description 有n个点,每个点有时间及价值,斜率相同的点存在冲突,要先取近的才能取远的,求T的时间内能得到的最大价值 Code #include<bits/stdc++.h> using namespace std; const int N=202; struct node{ int x, 阅读全文
posted @ 2018-12-24 23:05 Mingoal 阅读(12) 评论(0) 推荐(0)