摘要: Part 1 // 从文本文件file1.dat中读取数据,找出最高分和最低分学生信息,并输出在屏幕上 #include <stdio.h> #include <stdlib.h> #define N 10 // 定义一个结构体类型STU typedef struct student { int n 阅读全文
posted @ 2019-12-31 22:20 吴梦茹 阅读(156) 评论(0) 推荐(0)