8F76
8F76
全部文章
分类
归档
标签
去牛客网
登录
/
注册
8F76的博客
全部文章
(共38篇)
题解 | 旅游
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; const int N=5e5+10; ...
2025-05-04
0
6
题解 | 取数游戏
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; const int N=1010; int...
2025-05-04
0
7
题解 | 能量项链
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; const int mod=1e9+7; ...
2025-05-03
0
6
题解 | 【模板】二维前缀和
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; //const int N=; int n...
2025-05-03
0
8
题解 | 跳台阶扩展问题
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; //const int N=; int ...
2025-05-03
0
6
题解 | 最小花费爬楼梯
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; //const int N=; int n...
2025-05-03
0
7
题解 | 矩阵的最小路径和
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; //const int N=; int n...
2025-05-03
0
7
题解 | 拦截导弹
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; //const int N=; int n...
2025-05-03
0
7
题解 | 不相邻取数
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; //const int N=; int ...
2025-05-03
0
9
题解 | 小美的因子查询
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; //const int N=; int n...
2025-05-03
0
15
首页
上一页
1
2
3
4
下一页
末页