C++用数组实现一个固定大小的栈/队列
https://blog.csdn.net/u014228447/article/details/80709655 #include<iostream>#include<exception>using namespace std;#define NUM 5//用数组结构实现大小