c语言实现学生管理系统
摘要:博主自创,未经允许,不得转载、 #define _CRT_SECURE_NO_DEPRECATE#include<stdio.h>#include<stdlib.h>#include<string.h>struct student { int id; char name[20]; float sco
阅读全文
posted @ 2016-11-25 14:48
posted @ 2016-11-25 14:48
posted @ 2016-11-09 22:26