A.QU->rear-QU->front==m0 B.QU->rear-QU->front-1==m0 C.QU->front==QU->rear D.QU->front==QU->rear+1
A.i B.n=i C.n-i+1 D.不確定
A.先進先出 B.后進先出 C.棧空則進 D.棧滿則出