摘要:
题目如下: 方法一:动态编程解题思路: 代码如下: int trap(vector<int>& height) { if(height == null) return 0; int ans = 0; int size = height.size(); vector<int> left_max(siz 阅读全文
posted @ 2020-02-22 23:56
tanshoudong
阅读(190)
评论(0)
推荐(0)
浙公网安备 33010602011771号