mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-20 19:03:47 +08:00
update
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<ul>
|
||||
<li><code>2 <= nums.length <= 10<sup>5</sup></code></li>
|
||||
<li><code>-30 <= nums[i] <= 30</code></li>
|
||||
<li><strong>保证</strong> 数组 <code>nums</code>之中任意元素的全部前缀元素和后缀的乘积都在 <strong>32 位</strong> 整数范围内</li>
|
||||
<li>输入 <strong>保证</strong> 数组 <code>answer[i]</code> 在 <strong>32 位</strong> 整数范围内</li>
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
|
||||
Reference in New Issue
Block a user