fix: 0093.复原IP地址 python 范例版本二 codeblock 缺少 '```'
This commit is contained in:
@@ -463,7 +463,7 @@ class Solution:
|
|||||||
return False
|
return False
|
||||||
num = int(s[start:end+1])
|
num = int(s[start:end+1])
|
||||||
return 0 <= num <= 255
|
return 0 <= num <= 255
|
||||||
|
```
|
||||||
回溯(版本三)
|
回溯(版本三)
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user