首页 新闻 会员 周边
1
回答数

回答被采纳 10 单链表DelList函数出了问题

#include<stdio.h> #include<stdlib.h> //定义单链表的数据类型 typedef struct book { char name[10]; char code[10]