摘要: 代码: #include <stdio.h> #include <malloc.h> #define MaxSize 50 typedef char ElemType; typedef struct { ElemType elem[MaxSize]; int length; } SqList;/*顺 阅读全文
posted @ 2018-02-24 12:47 lihaiqr 阅读(561) 评论(0) 推荐(0)