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