spx_zjh
spx_zjh
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
spx_zjh的博客
全部文章
(共2篇)
题解 |# 小红的数据结构#
小红的数据结构 方法:栈,队列,模拟 #include<bits/stdc++.h> using namespace std; int a[100100]; int main() { &nbs...
C++
栈
2026-04-12
0
8
题解 | #小红的red#
# A 小红的red 知识点:字符串 复杂度O(n):可以过 #include<bits/stdc++.h> using namespace std; int main() { string s...
C++
2026-04-12
0
8