#include <iostream> #include <string> #include <map> #include "exprtk.hpp" using namespace std; typedef exprtk::symbol_table<double> symbol_table_t; typedef exprtk::expression<double> expression_t; typedef exprtk::parser<double> parser_t; //四则运算,传入 2 * (...