课程设计 学生学籍管理系统源代码
#include"stdio.h"#include"conio.h"#include"stdlib.h"#include"string.h"#define N 1000 //N为可输入的学生总人数
课程设计 学生学籍管理系统源代码