国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

Leetcode 1742. Maximum Number of Balls in a Box

2023-02-25 16:17 作者:您是打尖兒還是住店呢  | 我要投稿

You are working in a ball factory where you have?n?balls numbered from?lowLimit?up to?highLimit?inclusive?(i.e.,?n == highLimit - lowLimit + 1), and an infinite number of boxes numbered from?1?to?infinity.

Your job at this factory is to put each ball in the box with a number equal to the sum of digits of the ball's number. For example, the ball number?321?will be put in the box number?3 + 2 + 1 = 6?and the ball number?10?will be put in the box number?1 + 0 = 1.

Given two integers?lowLimit?and?highLimit, return?the number of balls in the box with the most balls.

?

Example 1:

Input: lowLimit = 1, highLimit = 10Output: 2Explanation:Box Number: ?1 2 3 4 5 6 7 8 9 10 11 ... Ball Count: ?2 1 1 1 1 1 1 1 1 0 ?0 ?... Box 1 has the most number of balls with 2 balls.

Example 2:

Input: lowLimit = 5, highLimit = 15Output: 2Explanation:Box Number: ?1 2 3 4 5 6 7 8 9 10 11 ... Ball Count: ?1 1 1 1 2 2 1 1 1 0 ?0 ?... Boxes 5 and 6 have the most number of balls with 2 balls in each.

Example 3:

Input: lowLimit = 19, highLimit = 28Output: 2Explanation:Box Number: ?1 2 3 4 5 6 7 8 9 10 11 12 ... Ball Count: ?0 1 1 1 1 1 1 1 1 2 ?0 ?0 ?... Box 10 has the most number of balls with 2 balls.

?

Constraints:

  • 1 <= lowLimit <= highLimit <= 105

Easy題目,每次計(jì)算數(shù)字對(duì)應(yīng)的盒子即可,然后遍歷求最大的。

返回。



Runtime:?57 ms, faster than?23.09%?of?Java?online submissions for?Maximum Number of Balls in a Box.

Memory Usage:?41.8 MB, less than?45.48%?of?Java?online submissions for?Maximum Number of Balls in a Box.


Leetcode 1742. Maximum Number of Balls in a Box的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
古浪县| 含山县| 商河县| 紫云| 改则县| 米泉市| 正宁县| 宝鸡市| 定日县| 来宾市| 高密市| 大洼县| 阿鲁科尔沁旗| 高州市| 泗阳县| 黔东| 西丰县| 伊川县| 定兴县| 吴旗县| 临邑县| 台东县| 宜都市| 无为县| 远安县| 平远县| 盘山县| 呼伦贝尔市| 义马市| 隆安县| 汽车| 芦溪县| 盘山县| 聂荣县| 河北省| 天柱县| 洛宁县| 和政县| 军事| 阿荣旗| 三都|