摘要: 题目链接:https://leetcode-cn.com/problems/trapping-rain-water/ 题目描述: 题解: class Solution { public: int trap(vector<int>& height) { vector<int> maxLeft(heig 阅读全文
posted @ 2021-08-05 17:01 张宵 阅读(99) 评论(0) 推荐(0)