#ifndef OFFER_05_HPP #define OFFER_05_HPP #include using namespace std; class Solution { public: string replaceSpace(string s); }; #endif