摘要: #include "stdafx.h"#include#include#include#define maxstudent 40//最大的学生数40typedef struct student{ int num; int classid; int y... 阅读全文
posted @ 2017-06-20 21:56 云胡同学 阅读(145) 评论(0) 推荐(0) 编辑