luckyii
luckyii
全部文章
分类
题解(4)
归档
标签
去牛客网
登录
/
注册
luckyii的博客
全部文章
(共1篇)
机器翻译
#include <bits/stdc++.h> using namespace std; /* 特点:先进先出-队列 外存查询条件:队列中无该单词 队列替换条件:队列的容量等于三 */ int num=0; queue<int>&nb...
C++
模拟
队列
2024-01-26
1
231