mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<p>Return <em>the smallest possible total score that you can achieve with some triangulation of the polygon</em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/02/25/shape1.jpg" style="width: 201px; height: 133px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> values = [1,2,3]
|
||||
@@ -13,7 +13,7 @@
|
||||
<strong>Explanation:</strong> The polygon is already triangulated, and the score of the only triangle is 6.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/02/25/shape2.jpg" style="width: 446px; height: 163px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> values = [3,7,4,5]
|
||||
@@ -22,7 +22,7 @@
|
||||
The minimum score is 144.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/02/25/shape3.jpg" style="width: 207px; height: 163px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> values = [1,3,1,4,1,5]
|
||||
|
Reference in New Issue
Block a user