A、错
B、对
A、错
B、对
A、错
B、对
A、错
B、对
A、对
B、错
A、4,3,1,2,6,5
B、 3,5,1, 2,4,6
C、5,4,3,6,1,2
D、3,4,6,5,2,1
A、s->
next=top->
next;top->
next=s;
B、s->
next=top;top=s;
C、s->
next=top;top=top->
next;
D、top->
next=s;
A、Q.front-Q.rear==n
B、Q.front+Q.rear==n
C、Q.front ==(Q.rear+1)% n;
D、Q.front==Q.rear;
A、5
B、4
C、2
D、6
A、Q.front+Q.rear==n
B、Q.front ==(Q.rear+1)% n;
C、Q.front-Q.rear==n
D、Q.front==Q.rear;