努力变强2
努力变强2
全部文章
分类
归档
标签
去牛客网
登录
/
注册
努力变强2的博客
全部文章
(共18篇)
题解 | #平均数为k的最长连续子数组#
同时减去k后, 求最长连续子数组和为0的值即可 代码: using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 998244...
2024-11-21
0
8
题解 | #小欧的括号嵌套#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
10
题解 | #小红的区间查询#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
9
题解 | #小红的好数#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
9
题解 | #小欧的数组修改#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
10
题解 | #压缩二维码#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
10
题解 | #游游的除2操作#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
8
题解 | #游游的字母翻倍#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
1
8
题解 | #小红的字符生成#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
8
题解 | #小红的排列构造#
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll, ll>PII; const int N = 2e5 + 10; const int MOD = 9982...
2024-11-19
0
7
首页
上一页
1
2
下一页
末页