Loading

摘要: 输入一串包含 + - * / () 的算式,给出计算结果的简单程序。 #include <cstring> #include <iostream> #define MAX_STACK 256 // 读取括号内的范围 int readBracket(char expr[], int &index) { 阅读全文
posted @ 2022-03-07 20:36 Bluemultipl 阅读(52) 评论(0) 推荐(0) 编辑