摘要: 1 #include 2 3 using namespace std; 4 5 #define MAXSIZE 100 //最大长度 6 #define OK 1 7 #define ERROR -1 8 9 10 //类型重命名 11 typedef int Elemtype; 12 typedef int Status; 13... 阅读全文
posted @ 2018-05-14 16:00 Piccolo_Devil 阅读(543) 评论(0) 推荐(0)