摘要: #include "stdio.h" #include "stdlib.h" #define SIZE 4 struct student { int num; struct student *next; }stu[SIZE]; main() { struct student *h=NULL,*q,*tail; int i=0; while(inext=t... 阅读全文
posted @ 2018-06-29 10:20 Rainarose 阅读(173) 评论(0) 推荐(0) 编辑