第三章 栈和队列 3.1 栈 3.1 栈 3.1 栈 3.1 栈 3.1 栈 3.1 栈 3. 1 栈 3. 1 栈 共享栈 #define MAX 100 Int stack[MAX],top1=0,top2=MAX-1; 3.1 栈 3.1 栈 进栈算法 NODE *top; Void push(int x) { NODE *p=(NODE )malloc(sizeof(NODE; p->da