def maxArea(self, height): """ :type height: List[int] :rtype: int """