习题课(栈队列串数组)
- 习题3.15 const int StackSize=500;typedef struct{ SElemtype *base; int top0, top1