C语言编写一段程序是用来管理学生成绩的

日期:2013-05-13 21:55:14 人气:1

C语言编写一段程序是用来管理学生成绩的

#include #include #include #include #include #include #include #include #include #include #include using namespace std; int n; struct birth { int year,month,day; }; struct node { int num,old,math,english,computer; double ave;
    A+
热门评论