提交 0fd45fed 编写于 作者: 每日一练社区's avatar 每日一练社区

update exercises

上级 4d5c3552
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<p><strong>示例&nbsp;1:</strong></p> <p><strong>示例&nbsp;1:</strong></p>
<pre><strong>输入:</strong> <strong>输入:</strong>
``` ```
gas = [1,2,3,4,5] gas = [1,2,3,4,5]
...@@ -26,9 +26,7 @@ cost = [3,4,5,1,2] ...@@ -26,9 +26,7 @@ cost = [3,4,5,1,2]
<strong>输出:</strong> 3 <strong>输出:</strong> 3
<strong>解释: <strong>解释:</strong>
</strong></pre>
从 3 号加油站(索引为 3 处)出发,可获得 4 升汽油。此时油箱有 = 0 + 4 = 4 升汽油 从 3 号加油站(索引为 3 处)出发,可获得 4 升汽油。此时油箱有 = 0 + 4 = 4 升汽油
...@@ -55,9 +53,7 @@ cost = [3,4,3] ...@@ -55,9 +53,7 @@ cost = [3,4,3]
<strong>输出:</strong> -1 <strong>输出:</strong> -1
<strong>解释: <strong>解释:</strong></pre>
</strong></pre>
你不能从 0 号或 1 号加油站出发,因为没有足够的汽油可以让你行驶到下一个加油站。 你不能从 0 号或 1 号加油站出发,因为没有足够的汽油可以让你行驶到下一个加油站。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册