摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> typedef struct stu{ char num[6];char name[10]; struct stu *next; }List; int main(int argc, 阅读全文
posted @ 2021-01-10 10:15 yanglike111 阅读(405) 评论(0) 推荐(0) 编辑