摘要: #include"stdio.h" #include"string.h" #include"conio.h" #include"math.h" #define SIZE 300 typedef struct student { int number; int score[3]; } STUDENT; 阅读全文
posted @ 2019-04-09 23:19 yyf1yyf 阅读(627) 评论(0) 推荐(0) 编辑