摘要: #include "stdio.h"#include "malloc.h" #include "stdlib.h"#include "string.h"typedef struct{ int no; char name[10]; char sex;}Student;typedef struct No 阅读全文
posted @ 2017-03-31 14:40 Doublekai 阅读(381) 评论(0) 推荐(0) 编辑