我是一坨大便
我是一坨大便
全部文章
分类
归档
标签
去牛客网
登录
/
注册
我是一坨大便的博客
全部文章
(共3篇)
题解 | 魔法棒 附打表代码
//我必须考虑这是否是我此生仅有的机会 #include<bits/stdc++.h> #include<ext/pb_ds/assoc_container.hpp> #include<ext/pb_ds/priority_queue.hpp> #include ...
2025-12-25
0
17
整除分开优化可以解决n,m到达1e9up的数据量
#include <bits/stdc++.h> #define int long long using namespace std; int n, m; int k, l, r, mid, sum; inline int min(int a, int b) { return a...
2025-12-11
2
22
题解 | 游游的字符重排
//最后一舞 #include<bits/stdc++.h> using namespace std; #define out(x) cout << #x << '=' << (x) << endl #define out2(x, y) c...
2025-12-03
2
37