fix python block code highlight problem
This commit is contained in:
parent
c0c3ebb219
commit
e5ebc38ddd
|
|
@ -185,7 +185,7 @@ class Solution:
|
|||
|
||||
> 版本二:针对版本一的优化
|
||||
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def nextGreaterElements(self, nums: List[int]) -> List[int]:
|
||||
res = [-1] * len(nums)
|
||||
|
|
|
|||
Loading…
Reference in New Issue