显示的是terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid class Solution { public: int calculate(string s) { stack<int> intel; stack<char> op; int a, b; char c; ...