扎男_
扎男_
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
扎男_的博客
无人问津的港口总会开满鲜花
全部文章
(共112篇)
题解 | 游游的除2操作
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include <stdio.h> #include <stdlib.h> int cmp(int i, int min, int num, int *count_p) { while (min!=num) ...
2025-05-19
0
39
题解 | 请客吃饭
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include <bits/stdc++.h> using namespace std; pair<int, int> a[200010]; int main() { ios::sync_with_stdio(...
2025-05-19
0
30
题解 | 请客吃饭
#include <bits/stdc++.h> using namespace std; pair<int, int> a[200010]; int main() { ios::sync_with_stdio(0); cin.tie(0); cou...
2025-05-19
0
31
题解 | 小欧安排座位
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include<bits/stdc++.h> #include <iostream> using namespace std; #define int long long const int N = 100000; ...
2025-05-19
0
32
题解 | 小美走公路
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include<bits/stdc++.h> using namespace std; #define mod 1000000007 typedef long long ll; #define int long long...
2025-05-19
0
128
题解 | 小球投盒
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include<bits/stdc++.h> using namespace std; #define mod 1000000007 typedef long long ll; #define int long long...
2025-05-19
0
29
题解 | 平均数为k的最长连续子数组
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include<bits/stdc++.h> using namespace std; #define mod 1000000007 typedef long long ll; #define int long long...
2025-05-19
0
26
题解 | 小红和小紫的取素因子游戏
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include<bits/stdc++.h> using namespace std; #define mod 1000000007 typedef long long ll; #define int long long...
2025-05-19
0
30
题解 | 小苯的比赛上分
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include<bits/stdc++.h> using namespace std; #define mod 1000000007 typedef long long ll; #define int long long...
2025-05-19
0
26
题解 | 循环求和
//活动地址: 牛客春招刷题训练营 - 编程打卡活动 #include<bits/stdc++.h> using namespace std; #define mod 1000000007 typedef long long ll; #define int long long...
2025-05-19
0
28
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页