5 lines
86 B
Python
5 lines
86 B
Python
def maxArea(self, height):
|
|
"""
|
|
:type height: List[int]
|
|
:rtype: int
|
|
""" |