A.p->next=s; s->next=q;
B.s->next=p->next; p->next=s;
C.p->next=s->next; s->next=p;
D.q->next=s; s->next=p;
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索