C语言学生成绩管理(文件读取和写入)

# include <stdio.h> # include <stdlib.h> # include <string.h> # include <math.h> # include <conio.h> # define eps 1; typedef struct { char name[50]; int num; int Chinese; int Math;
相关文章
相关标签/搜索