摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 #define OK 1 6 #define ERROR 0 7 #define OVERFLOW -2 8 typedef int Status; 9 #define MAXSIZE 100 10 //定义串结构体 11 t... 阅读全文
posted @ 2017-10-15 23:01 无心小男 阅读(354) 评论(0) 推荐(0) 编辑