学生管理系统程序源代码
#include <stdio.h>#include <string.h> struct student { long int num; char name[20]; int age; char
学生管理系统程序源代码