mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 17:35:14 +08:00
update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<p>You are given an integer <code>n</code>.</p>
|
||||
|
||||
<p>Each number from <code>1</code> to <code>n</code> is grouped according to the sum of its digits.</p>
|
||||
<p>We need to group the numbers from <code>1</code> to <code>n</code> according to the sum of its digits. For example, the numbers 14 and 5 belong to the <strong>same</strong> group, whereas 13 and 3 belong to <strong>different</strong> groups.</p>
|
||||
|
||||
<p>Return <em>the number of groups that have the largest size</em>.</p>
|
||||
<p>Return the number of groups that have the largest size, i.e. the <strong>maximum</strong> number of elements.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
Reference in New Issue
Block a user