牛客用户098471297
牛客用户098471297
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客用户098471297的博客
全部文章
(共19篇)
题解 | 反向输出一个四位数
#include <bits/stdc++.h> using namespace std; int main() { string a; while (cin >> a) { // 注意 while 处理多个 case reverse(a.b...
2025-11-28
0
26
题解 | 出现奇数次的数
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
21
题解 | 二进制位中1的数量
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
23
题解 | 困难数学题
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
24
题解 | 【模板】位运算Ⅰ ‖ 整体与、或、异或
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
26
题解 | 【模板】双端队列
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
22
题解 | 括号的匹配
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
21
题解 | 跳台阶
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
20
题解 | 小红的不动点分配
#include<bits/stdc++.h> using namespace std; #define int long long #define endl '\n' #define quick ios::sync_with_stdio(false);cin.tie(0);cout.t...
2025-11-28
0
24
首页
上一页
1
2
下一页
末页