摘要: Allocation 题意:n(1e5)个数,选出尽可能多的数使他们总和小于等于b。 思路:排序,尽可能取小。 1 #include<bits/stdc++.h> 2 #define LL long long 3 #define dl double 4 void rd(int &x){ 5 x=0; 阅读全文
posted @ 2020-03-28 22:19 hyghb 阅读(175) 评论(0) 推荐(0) 编辑