栈和队列的基本操作与应用
#define TRUE 1#define FALSE 0#define NULL 0#define OK 1#define OVERFLOW 0#define ERROR 0typedef int
栈和队列的基本操作与应用