📄 main3-3.cpp
字号:
// main3-3.cpp 检验bo3-3.cpp的主程序
#include"c1.h"
typedef int QElemType; // 定义队列元素为整型
#include"c3-2.h" // 队列的链式存储结构
#include"bo3-3.cpp" // 用单链表的基本操作实现链队列的基本操作(9个)
#include"func2-2.cpp" // 包括equal()、comp()、print()、print1()和print2()函数
#include"func3-2.cpp" // 主函数
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -