数据结构-学生成绩管理系统

#include <iostream> #include <stdio.h> #include <stdlib.h> #include <string.h> using namespace std; struct student { int id; // 学号 char name[30]; // 姓名 char sex[2]; // 性别 float gread; // 成
相关文章
相关标签/搜索