Z史蒂夫
Z史蒂夫
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Z史蒂夫的博客
全部文章
(共3篇)
题解 | 小红的k次方
#include <iostream> #include <algorithm> #include <numeric> using namespace std; int main() { ios::sync_with_stdio(false); ...
2026-01-28
0
15
题解 | 小红拿石子1.0
#include <iostream> using namespace std; #include<vector> #include<algorithm> int main() { ios::sync_with_stdio(0); cin.tie(...
2026-01-21
0
16
题解 | AOE还是单体?
#include <iostream> using namespace std; #include<vector> #include<algorithm> int main() { ios::sync_with_stdio(0); cin.tie(...
2026-01-21
0
17