mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 10:21:43 +08:00
批量更新数据
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p><strong>示例 1:</strong></p>
|
||||
<p><strong>示例 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入: </strong>candidates = [2,3,6,7], target = 7
|
||||
<strong>输入: </strong>candidates = [2,3,6,7], target = 7<
|
||||
<strong>输出: </strong>[[7],[2,2,3]]
|
||||
</pre>
|
||||
|
||||
<p><strong>示例 2:</strong></p>
|
||||
<p><strong>示例 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入: </strong>candidates = [2,3,5], target = 8
|
||||
|
Reference in New Issue
Block a user