c语言学生成绩管理系统源代码
#include<stdio.h>#include<stdlib.h>#include<string.h>typedef struct stu{ﻩchar sz_Name[20];ﻩchar sz_I
c语言学生成绩管理系统源代码