摘要: #include "stdafx.h" #include #include #include "conio.h" #define ERROR 0 #define OK 1 #define MAXSIZE 10 typedef int ElemType; typedef struct{ ElemType elem [MAXSIZE]; int last; }SeqList... 阅读全文
posted @ 2016-10-23 17:33 阿尔法钻石狗 阅读(368) 评论(0) 推荐(0) 编辑