会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wydxry
Keep Learning !!!
博客园
首页
新随笔
管理
2020年3月24日
将一个数组的各元素插入到链表中,并以升序排列
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 struct slist 4 { 5 int info; 6 struct slist *next; 7 }; 8 int a[8]={35,46,17,80,25,78,66,54}; 9 struct sl
阅读全文
posted @ 2020-03-24 15:19 wydxry
阅读(1572)
评论(0)
推荐(0)
编辑
公告
Live2D