摘要: #include #include #define Max 10 struct List { int Number; int Total; struct List *Next; }; typedef struct List Node; typedef Node *Link; int Data[2][Max] = { 1, 3, 5, 7, 2, ... 阅读全文
posted @ 2018-07-24 23:23 lifeless_faultless 阅读(168) 评论(0) 推荐(0)
摘要: #include #include #define Max 10 struct List { int Number; int Total; struct List *Next; }; typedef struct List Node; typedef Node *Link; int Data[2][Max] = { 1, 3, ... 阅读全文
posted @ 2018-07-24 22:30 lifeless_faultless 阅读(243) 评论(0) 推荐(0)
摘要: #include #include #define Max 10 struct List { int Number; int Total; struct List *Next; }; typedef struct List Node; typedef Node *Link; int Data[2... 阅读全文
posted @ 2018-07-24 00:18 lifeless_faultless 阅读(216) 评论(0) 推荐(0)