This commit is contained in:
14
include/s0093_restore_ip_addresses.hpp
Normal file
14
include/s0093_restore_ip_addresses.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef S0093_RESTORE_IP_ADDRESSES_HPP
|
||||
#define S0093_RESTORE_IP_ADDRESSES_HPP
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class S0093 {
|
||||
public:
|
||||
vector<string> restoreIpAddresses(string s);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user