mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 19:31:42 +08:00
批量更新数据
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<p>现在需要把数组恰好分成 <code>n / 2</code> 对,以使每对数字的和都能够被 <code>k</code> 整除。</p>
|
||||
|
||||
<p>如果存在这样的分法,请返回 <em>True</em> ;否则,返回 <em>False</em> 。</p>
|
||||
<p>如果存在这样的分法,请返回 <code>true</code> ;否则,返回<i> </i><code>false</code>。</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user