Skip to content

Commit e4f6569

Browse files
committed
deploy: e631cba
1 parent 151df51 commit e4f6569

File tree

10 files changed

+502
-34
lines changed

10 files changed

+502
-34
lines changed

en/lc/3061/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73713,7 +73713,7 @@ <h2 id="description">Description</h2>
7371373713
| 6 |
7371473714
+---------------------+
7371573715
<strong>Explanation:</strong>
73716-
<img src="https://assets.leetcode.com/uploads/2024/02/26/trapping_rain_water.png" style="width:500px; height:200px;" />
73716+
<img src="https://fastly.jsdelivr.net/gh/doocs/leetcode@main/solution/3000-3099/3061.Calculate%20Trapping%20Rain%20Water/images/trapping_rain_water.png" style="width:500px; height:200px;" />
7371773717

7371873718
The elevation map depicted above (in the black section) is graphically represented with the x-axis denoting the id and the y-axis representing the heights [0,1,0,2,1,0,1,3,2,1,2,1]. In this scenario, 6 units of rainwater are trapped within the blue section.
7371973719
</pre>

en/lc/3062/index.html

Lines changed: 138 additions & 8 deletions
Large diffs are not rendered by default.

en/lc/3063/index.html

Lines changed: 112 additions & 8 deletions
Large diffs are not rendered by default.

en/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

en/sitemap.xml.gz

0 Bytes
Binary file not shown.

lc/3061/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78315,7 +78315,7 @@ <h2 id="_1">题目描述</h2>
7831578315
| 6 |
7831678316
+---------------------+
7831778317
<strong>Explanation:</strong>
78318-
<img src="https://assets.leetcode.com/uploads/2024/02/26/trapping_rain_water.png" style="width:500px; height:200px;" />
78318+
<img src="https://fastly.jsdelivr.net/gh/doocs/leetcode@main/solution/3000-3099/3061.Calculate%20Trapping%20Rain%20Water/images/trapping_rain_water.png" style="width:500px; height:200px;" />
7831978319

7832078320
The elevation map depicted above (in the black section) is graphically represented with the x-axis denoting the id and the y-axis representing the heights [0,1,0,2,1,0,1,3,2,1,2,1]. In this scenario, 6 units of rainwater are trapped within the blue section.
7832178321
</pre>

lc/3062/index.html

Lines changed: 137 additions & 7 deletions
Large diffs are not rendered by default.

lc/3063/index.html

Lines changed: 111 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)