2019年6月9日

创建动态单链表

摘要: #include <stdio.h>#include<string.h>#include<stdlib.h> struct Student{ long num; float score; struct Student* next;};int n; struct Student* creat(void 阅读全文

posted @ 2019-06-09 00:35 滴水石川的小白 阅读(357) 评论(0) 推荐(0)

导航