小白求助

先上源码 #include<stdio.h> #define N 5 struct Student_type { char name[10]; int num; float score[3]; float aver; }stud[N]; void input() { FILE* fp; int i; if ((fp = fopen(“stu.dat”, “wb”)) == NULL) { prin
相关文章
相关标签/搜索