A."n" B.字符n C."E" D.字符E
A.20 B.15 C.10 D.5
A.p->next=top;p=top; B.top->next=p;p=top; C.p->nex=top;top=p; D.top=top->next;pe=top;