#include using namespace std; class Solution { public: int calculate(string s); bool test(string s, int answer); };