2018年2月12日

摘要: #include #include #include using namespace std; #define N_K 10 struct Data_s{ int number; char name[20]; }; typedef struct Data_s Data_t; void makeData(Data_t *d) { int i; ... 阅读全文
posted @ 2018-02-12 12:19 阮減显 阅读(112) 评论(0) 推荐(0)

导航