加满都
加满都
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
加满都的博客
全部文章
(共2篇)
题解 | #组合游戏#
每次选两个最小的组合在一起 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=1e3; int...
贪心
2021-11-05
0
407
题解 | #猴子排序的期望#
这题好无聊! #include <bits/stdc++.h> using namespace std; int arr[26]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; vect...
2021-11-04
3
400