int main() { int n,m; node *head=NULL,*p=NULL; //头指针即首成员地址,遍历指针p printf ("请输入成员总人数:\n"); scanf ("%d",&n); //总成员数 while (n