学生成绩关系系统源代码,C语言编译,#include"stdio.h" #include #include #include"process.h" #include"ctype.h" typedef struct { char num[10]; char name[10]; int age; char majar; char Class; }Student; Student stu[99];