#ifndef S0093_RESTORE_IP_ADDRESSES_HPP #define S0093_RESTORE_IP_ADDRESSES_HPP #include #include using namespace std; class S0093 { public: vector restoreIpAddresses(string s); }; #endif