typedef struct { QElemType* base; int front; int rear; }SeqQueue;