數據結構-學生成績管理系統

#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; // 成
相關文章
相關標籤/搜索