数据结构(插入)
*注意,你没有调用<stdlib.h> 没法生成动态存储空间主函数中 insert2_list(&head, k, x); 应该改为 insert2_list(head, k, x);因为 head
数据结构(插入)