程序有点小问题,求大神修改下

//学生的成绩管理系统 #include "iostream.h" #include "malloc.h" #include <fstream.h> #include "conio.h" #include "stdlib.h" #include "string.h" #define LEN sizeof(struct student) struct student { int num; int math; int chinese; int english; char name[20]; float aver; float sum...
默认分类 | 2014-05-16 09:31 | 阅读 834 次 | 评论 0 条
浏览834次
文章分类
文章归档
最新评论