摘要: #include <stdio.h>#include <stdlib.h>#include <iostream>using namespace std;#define MAXSIZE 10000#define SUCCESS 0#define OVERFLOW 0#define ERROR -1ty 阅读全文
posted @ 2021-03-04 14:16 红藕 阅读(94) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <iostream>using namespace std;#define MAXSIZE 10000#define SUCCESS 0#define OVERFLOW 0#define ERROR -1ty 阅读全文
posted @ 2021-03-04 14:14 红藕 阅读(85) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#define MAXSIZE 10000#define SUCCESS 0#define OVERFLOW 0#define ERROR -1typedef int ElemType;typedef int Status;t 阅读全文
posted @ 2021-03-04 14:04 红藕 阅读(101) 评论(0) 推荐(0) 编辑