摘要: #include<iostream>#include<cstdlib>using namespace std;#define MAXSIZE 100#define OK 1#define ERROR 0typedef int Elemtype;typedef int Status;typedef s 阅读全文
posted @ 2023-01-07 15:48 师大无语 阅读(98) 评论(0) 推荐(0) 编辑