mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-06 07:06:42 +08:00
fix python block code highlight problem
This commit is contained in:
@ -185,7 +185,7 @@ class Solution:
|
||||
|
||||
> 版本二:针对版本一的优化
|
||||
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def nextGreaterElements(self, nums: List[int]) -> List[int]:
|
||||
res = [-1] * len(nums)
|
||||
|
Reference in New Issue
Block a user