摘要: #include "stdio.h" #define MAX_SIZE 11 #include "stdlib.h" #include "malloc.h" #include "string.h" typedef struct { int id; char name[10]; char sex; float math_score; flo... 阅读全文
posted @ 2017-03-15 19:01 Doublekai 阅读(487) 评论(0) 推荐(0) 编辑