int data; struct node *next; }; struct node *create();//新node產生之外部函式 int main(void) { int ask; int del; struct node *head,*pnew,*p1,*p2; head=NULL;
確定! 回上一頁