zime_www
zime_www
全部文章
分类
归档
标签
去牛客网
登录
/
注册
zime_www的博客
全部文章
(共6篇)
题解 | 二分图判定
#include <bits/stdc++.h> #define fi first #define se second using namespace std; using LL = long long; constexpr int N = 2e5 + 5; int n, m; int ...
2025-07-31
0
30
题解 | 鞋带难题
#include <bits/stdc++.h> #define fi first #define se second using namespace std; using LL = long long; constexpr int N = 2e5 + 5; int n, m; int ...
2025-07-31
0
34
题解 | 模意义下最大子序列和(Easy Version)
#include <bits/stdc++.h> #define fi first #define se second using namespace std; using LL = long long; constexpr int N = 2e5 + 5; int n, m; int ...
2025-07-28
0
40
题解 | 迷宫寻路
#include <bits/stdc++.h> #define fi first #define se second using namespace std; using LL = long long; constexpr int N = 2e5 + 5; int n, m; stri...
2025-07-28
0
32
题解 | 迷宫寻路
#include <bits/stdc++.h> #define fi first #define se second using namespace std; using LL = long long; constexpr int N = 2e5 + 5; int n, m; stri...
2025-07-28
0
36
题解 | 几乎是质数
#include <bits/stdc++.h> #define fi first #define se second using namespace std; using LL = long long; constexpr int N = 2e5 + 5; int n, m; int ...
2025-07-25
0
40