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=; int n...
2025-05-03
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 N=; int n...
2025-05-03
0
33
题解 | 不相邻取数
#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
31
题解 | 小美的因子查询
#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
39
题解 | 游游的数字圈
#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
37
题解 | 游游的整数切割
#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
47
题解 | 小欧的奇数
#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
35
题解 | 小欧的括号嵌套
#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
58
题解 | 【模板】差分
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); #define rep(i, n) for (int i = 0; i < (n)...
2025-04-20
0
32
题解 | 【模板】二维差分
#include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false), cin.tie(0); #define rep(i, n) for (int i = 0; i < (n)...
2025-04-20
0
39
首页
上一页
1
2
3
4
5
下一页
末页