Z史蒂夫
Z史蒂夫
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Z史蒂夫的博客
全部文章
(共4篇)
题解 | A+B Problem
#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; string ans; for(int i=0;i<n;i++) { ...
2026-04-02
0
33
题解 | 小红的k次方
#include <iostream> #include <algorithm> #include <numeric> using namespace std; int main() { ios::sync_with_stdio(false); ...
2026-01-28
0
65
题解 | 小红拿石子1.0
#include <iostream> using namespace std; #include<vector> #include<algorithm> int main() { ios::sync_with_stdio(0); cin.tie(...
2026-01-21
0
68
题解 | AOE还是单体?
#include <iostream> using namespace std; #include<vector> #include<algorithm> int main() { ios::sync_with_stdio(0); cin.tie(...
2026-01-21
0
66