摘要: #include #include #include #ifndef MACRO_//宏 #define MACRO_ #define OK 1 #define FALSE 0 #define ERROR 0 #define TURE 1 #define OVERFLOW -2 #define INFEASIBLE -1 typedef int Status; typedef int BOOL... 阅读全文
posted @ 2018-09-05 21:41 散装英语king 阅读(246) 评论(0) 推荐(0)