c语言问题13

日期:2022-04-04 04:08:28 人气:1

c语言问题13

这个好像是谭浩强书上的题目他给出的答案有点问题。正好我写过了,贴出来。
/* 删除a链表中和b链表相同的学号对应的结点 */
#define LA 7
#define LB 5
#define NULL 0
#include "string.h"
#include "stdlib.h"
#incl
    A+
热门评论