A、cq->rear-cq-front=m;
B、(cq->rear+1)%m=cq->front;
C、cq->front=cq->rear;
D、cq->rear=m-1;
时间:2022-01-04 01:47 关键词:
相关问题