试题5 (1) pa=*LA (2) pb&&pb->elem!=pa->elem,或其等价表示 (3) pb 或pb!=NULL (4) pa->next,或(*pa).next,或其等价表示 (5) pre->next,或(*pre).next (6) pre=pa