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