8F76
8F76
全部文章
分类
归档
标签
去牛客网
登录
/
注册
8F76的博客
全部文章
(共42篇)
题解 | 最大子矩阵
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; const int N=110; int ...
2025-05-25
0
16
题解 | 小红送外卖
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; typedef pair<int,in...
2025-05-25
0
16
题解 | 最长回文子序列
#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; in...
2025-05-25
0
17
题解 | 【模板】单源最短路Ⅰ ‖ 无权图
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); typedef long long LL; typedef pair<int,in...
2025-05-25
0
14
题解 | 旅游
#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
26
题解 | 取数游戏
#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
29
题解 | 能量项链
#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
24
题解 | 【模板】二维前缀和
#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
25
题解 | 跳台阶扩展问题
#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
28
题解 | 最小花费爬楼梯
#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
26
首页
上一页
1
2
3
4
5
下一页
末页