Substitute Spaces
This commit is contained in:
13
include/offer_05.hpp
Normal file
13
include/offer_05.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef OFFER_05_HPP
|
||||
#define OFFER_05_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
string replaceSpace(string s);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user