摘要: #include #include #include using namespace std; #define MAXLEN 100 typedef struct { char key[10]; char name[20]; int age; }DATA; typedef struct { DATA ListData[MAXLEN + 1]; int Li... 阅读全文
posted @ 2019-03-13 21:22 Maggieisxin 阅读(196) 评论(0) 推荐(0)