摘要: include using namespace std; define OK 1;//定义宏观变量 define ERROR 0; define OVERFLOW -2 define MASIZE 100//定义栈的最大容量 typedef struct { char* base; char* to 阅读全文
posted @ 2024-10-14 23:08 雨花阁 阅读(11) 评论(0) 推荐(0)