Bailongma
Bailongma
全部文章
题解
归档
标签
去牛客网
登录
/
注册
Bailongma的博客
一只码扎
全部文章
/ 题解
(共2篇)
信息学奥赛一本通1332:周末舞会
#include<iostream> #include<queue> using namespace std; int main() { int num_q1,num_q2,num_m...
队列
模拟
2022-03-24
0
367
吐泡泡
//”消去“的栈模拟 #include<iostream> #include<stack> using namespace std; int main() { string s; while(cin>>s) { stac...
模拟
栈
2020-05-27
0
645