摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 //定义结点结构体 4 typedef struct student 5 { 6 int num; //学号 7 int score; //分数 8 char name[20]; //姓名 9 struct s 阅读全文
posted @ 2022-11-01 17:43 昆山皮皮虾 阅读(30) 评论(0) 推荐(0) 编辑