摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> // 定义结构体 struct STU { char num[8]; // 学号 char name[5]; // 姓名 int score; // 成绩 }; // 定义链表 st 阅读全文
posted @ 2024-10-12 11:26 呓语-MSHK 阅读(74) 评论(0) 推荐(0)