ID 题目 解决/提交        通过率
5439 P0141   pow(a, b) 4 / 7
57.143%
5440 P0142   sqrt(x) 4 / 5
80%
5441 P0143   gcd(a, b) 3 / 4
75%
5442 P0144   lcm(a, b) 3 / 6
50%
5443 P0145   round(x) 4 / 5
80%
5444 P0146   ceil(x) 4 / 9
44.444%
5445 P0147   floor(x) 4 / 6
66.667%
5446 P0148   next_permutation(a.begin(), a.end()) 2 / 3
66.667%
5447 P0149   sort(a.begin(), a.end()) 3 / 6
50%
5448 P0150   sort(a.begin(), a.end(), cmp) 3 / 5
60%
5449 P0151   sort(a.begin(), a.end(), greater<int>()) 3 / 5
60%
5450 P0152   sort(v.begin(), v.end(), cmp2) 2 / 10
20%
5451 P0153   reverse(a.begin(), a.end()) 3 / 7
42.857%
5452 P0154   lower_bound(a.begin(), a.end(), t) 2 / 7
28.571%
5453 P0155   upper_bound(a.begin(), a.end(), t) 2 / 12
16.667%
5454 P0156   unique(a.begin(), a.end()) 3 / 4
75%
5455 P0157   __builtin_popcount(x) & lowbit(x) 2 / 6
33.333%
5456 P0158   stack & 栈 4 / 6
66.667%
5457 P0159   queue & 队列 4 / 7
57.143%
5458 P0160   vector & 变长数组 4 / 5
80%

分类

手气不错

根据当前过滤条件随机选择一道题