mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 11:21:42 +08:00
批量更新数据
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<pre>
|
||||
<strong>输入:</strong>nums = [10,5,2,6], k = 100
|
||||
<strong>输出:</strong>8
|
||||
<strong>解释:</strong>8 个乘积小于 100 的子数组分别为:[10]、[5]、[2],、[6]、[10,5]、[5,2]、[2,6]、[5,2,6]。
|
||||
<strong>解释:</strong>8 个乘积小于 100 的子数组分别为:[10]、[5]、[2]、[6]、[10,5]、[5,2]、[2,6]、[5,2,6]。
|
||||
需要注意的是 [10,5,2] 并不是乘积小于 100 的子数组。
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user