mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 03:11:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -17,14 +17,7 @@
|
||||
<pre>
|
||||
<strong>输入:</strong>nums = [1,2,3,4]
|
||||
<strong>输出:</strong>-1
|
||||
<strong>解释:</strong>4 没有超过 3 的两倍大,所以返回 -1 。</pre>
|
||||
|
||||
<p><strong>示例 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>nums = [1]
|
||||
<strong>输出:</strong>0
|
||||
<strong>解释:</strong>因为不存在其他数字,所以认为现有数字 1 至少是其他数字的两倍。
|
||||
<strong>解释:</strong>4 没有超过 3 的两倍大,所以返回 -1 。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
@@ -32,7 +25,7 @@
|
||||
<p><strong>提示:</strong></p>
|
||||
|
||||
<ul>
|
||||
<li><code>1 <= nums.length <= 50</code></li>
|
||||
<li><code>2 <= nums.length <= 50</code></li>
|
||||
<li><code>0 <= nums[i] <= 100</code></li>
|
||||
<li><code>nums</code> 中的最大元素是唯一的</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user