文章图片
题目
题意: 对于每一个人都会缺少一定的经验值,比如缺少 3 3 3的经验值,那么此时就需要三个 a i < 3 a_i<3 ai?<3的人。
思路: 【codeforces B. Young Explorers】我们可以直接排下序,因为经验值越少的,肯定越容易满足,所以排序后根据最小的先计算是否符合条件,知道最后。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
推荐阅读
- codeforces C. Mere Array
- codeforces D. Omkar and Bed Wars
- codeforces C. Omkar and Waterslide
- codeforces B. Omkar and Infinity Clock
- codeforces B. Ternary Sequence
- 题库-CF|【Codeforces Round 370 (Div 2) E】【线段树 等比数列 区间合并】Memory and Casinos 赌场区间[l,r] l进r先出的概率
- 题库-CF|【Codeforces Round 263 (Div 2)C】【贪心 哈弗曼思维】Appleman and Toastman 每个非1size子树延展为2子树的最大权
- Codeforces|Codeforces Round #605 (Div. 3) D. Remove One Element
- Codeforces|Codeforces Round #643 (Div. 2) B.Young Explorers