摘要: #include "stdio.h" #include "stdlib.h" #define MaxSize 20 typedef struct guest_info { char name[8]; int sum; char time[10]; int number; struct guest_i 阅读全文
posted @ 2019-04-15 19:22 yyf1yyf 阅读(459) 评论(0) 推荐(0) 编辑
摘要: #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) 编辑