小白求助

先上源碼 #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
相關文章
相關標籤/搜索