[leetcode]93. Restore IP Addresses还原IP地址

it2025-11-27  13

Given a string containing only digits, restore it by returning all possible valid IP address combinations.

Example:

Input: "25525511135" Output: ["255.255.11.135", "255.255.111.35"]

 

转载于:https://www.cnblogs.com/liuliu5151/p/11042959.html

最新回复(0)