摘要: #include #define size 3 typedef struct node{ int a[size]; int front,rear; }sq; void imput(sq&l){ int a;l.front=l.rear=0; if(l.front%size==l.front) return; while(l.front%size!=l.... 阅读全文