发布网友 发布时间:8小时前
我来回答
共2个回答
热心网友 时间:8小时前
if(q->data==10){p=q->next;q->next=p->next;free(p);--n;}
你这一句 p = q->next 之后并没有检查链表节点p是否为空。试改一下为:
我的天哪 嘛玩意 ?