摘要: student.h 1 #include<stdio.h> 2 #include<string.h> 3 #define MaxSize 50 4 struct student 5 { 6 int num; 7 char name[10]; 8 int computer, english, math 阅读全文
posted @ 2020-05-03 20:04 jason2018 阅读(663) 评论(1) 推荐(0) 编辑