摘要:
1 //链表的学习 2 #include 3 #include 4 #define LEN sizeof(struct student) 5 struct student{ 6 int num; 7 float score; 8 struct student *next; 9 }; 10 int n;//这个是链表节点的个数 11 ... 阅读全文
posted @ 2018-06-28 11:38
孙悟空son_ku_kong
阅读(156)
评论(0)
推荐(0)

浙公网安备 33010602011771号