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