学生成绩管理

#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
相关文章
相关标签/搜索