mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
批量更新数据
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
<p><strong>示例 1:</strong></p>
|
||||
|
||||
<pre><strong>输入:</strong>nums = [12,345,2,6,7896]
|
||||
<pre>
|
||||
<strong>输入:</strong>nums = [12,345,2,6,7896]
|
||||
<strong>输出:</strong>2
|
||||
<strong>解释:
|
||||
</strong>12 是 2 位数字(位数为偶数)
|
||||
@@ -17,7 +18,8 @@
|
||||
|
||||
<p><strong>示例 2:</strong></p>
|
||||
|
||||
<pre><strong>输入:</strong>nums = [555,901,482,1771]
|
||||
<pre>
|
||||
<strong>输入:</strong>nums = [555,901,482,1771]
|
||||
<strong>输出:</strong>1
|
||||
<strong>解释: </strong>
|
||||
只有 1771 是位数为偶数的数字。
|
||||
@@ -29,5 +31,5 @@
|
||||
|
||||
<ul>
|
||||
<li><code>1 <= nums.length <= 500</code></li>
|
||||
<li><code>1 <= nums[i] <= 10^5</code></li>
|
||||
<li><code>1 <= nums[i] <= 10<sup>5</sup></code></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user