© 1999-2048 dssz.net 粤ICP备11031372号
[C/C++] C++实现学生成绩统计管理系统
说明: 源代码: #include #include #include #include #define Smax 200 using namespace std; struct student { string num; string name; float eng; float math; float clang;//定义c++ float gete(){return eng;} float getm(){return math;} float getcl(){return clang;} str<wcf319> 上传 | 大小:100kb