A.front=p->next; B.front->next=p; C.front=p; D.front->next=p->next;
A.p==head B.p==NULL C.p->next==head D.p->next==NULL
A.队头 B.队尾 C.队头或队尾 D.在任意指定位置
A.n/2 B.n C.n-1 D.n-i+1
A.acebdfgh B.aebcghdf C.aedfbcgh D.abecdfgh