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

已关闭问题 200 7-51 两个有序链表序列的合并 (20分) 都是段错误,求错在哪?

include <stdio.h> include <stdlib.h> typedef struct node* Link; struct node { int data; struct node