摘要: 给出n个数,m个区间; 求选区m个区间的最大值; 1 #include<cstdio> 2 #include<algorithm> 3 #include<math.h> 4 #include<queue> 5 using namespace std; 6 int d[maxn]; 7 int pre 阅读全文
posted @ 2019-10-05 21:42 古比 阅读(183) 评论(0) 推荐(0) 编辑