力扣(LeetCode) 链接:https://leetcode.cn/problems/largest-rectangle-in-histogram/
解题/**
* @param {number[]} height
2023-06-06