leecode

代码: class Solution { /** * @param Integer[] $height * @return Integer */ function maxArea($height) { $len = count($height); $indexLen = $len - 1; $maxCo
相关文章
相关标签/搜索