说明: #include #include #define N 20 struct stud_type /*学生结构体*/ { char academy[20]; /*所在学院*/ char class1[20]; /*所在班级*/ int num; /*学生的学号*/ char name[20]; /*学生的姓名*/ char sex[4]; /*学生的性别*/ int age; /*年龄*/ char address[20]; /*地址*/ int score[3]; /*成绩*/ float a
<baixue1990> 上传 | 大小:1mb