std::string no_space(std::string x) { for (int i = 0; i < x.length(); i++) { if (x[i] == \'\') { x.erase(x[i]); } } return