mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
<p>Return <em>the number of <strong>nice</strong> sub-arrays</em>.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
@@ -11,7 +11,7 @@
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<pre>
|
||||
|
||||
<strong>Input:</strong> nums = [1,1,2,1,1], k = 3
|
||||
@@ -19,7 +19,7 @@
|
||||
<strong>Output:</strong> 2
|
||||
|
||||
<strong>Explanation:</strong> The only sub-arrays with 3 odd numbers are [1,1,2,1] and [1,2,1,1].
|
||||
|
||||
|
||||
</pre>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user