| 42 | |
| 43 | |
| 44 | int main() { |
| 45 | Solution s; |
| 46 | auto x = s.restoreIpAddresses("25525511135"); |
| 47 | // auto x = s.restoreIpAddresses("0000"); |
| 48 | |
| 49 | // auto x = s.restoreIpAddresses("010010"); |
| 50 | for (auto i: x) { |
| 51 | cout << i << endl; |
| 52 | } |
| 53 | } |
nothing calls this directly
no test coverage detected