挂耳coffe
挂耳coffe
全部文章
分类
归档
标签
去牛客网
登录
/
注册
挂耳coffe的博客
全部文章
(共33篇)
题解 | 神奇的口袋
#include <iostream> #include <cstdio> #include <algorithm> #include <string> using namespace std; //有20件物品,可知即使用递归,时间复杂度为2^n...
2025-03-06
0
31
题解 | skew数
#include <iostream> #include <string> #include <cstdio> #include <algorithm> using namespace std; int main() { //初始情况下,并不...
2025-03-01
0
39
题解 | abc
#include <iostream> #include <cstdio> using namespace std; //暴力 int main() { int a = 1, b = 1, c = 0; //a,b不为0, a,b范围1-9, c的范围0-9 ...
2025-02-27
0
42
首页
上一页
1
2
3
4
下一页
末页