學生成績管理

#include<stdio.h> #include<stdlib.h> #include<string.h> struct student { char number[20]; char name[20]; int grade;//年級 int score[6]; }p[100]; int NUM=0; int menu() { int n; system("cls"); p
相關文章
相關標籤/搜索