c语言学生成绩管理系统代码
#include<stdio.h>#include<string.h>#include<stdlib.h>#define MAXN 100 //一个班最多的人数#define
c语言学生成绩管理系统代码