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

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

LeetCode 2453. Destroy Sequential Targets

2023-04-05 13:03 作者:您是打尖兒還是住店呢  | 我要投稿

You are given a?0-indexed?array?nums?consisting of positive integers, representing targets on a number line. You are also given an integer?space.

You have a machine which can destroy targets.?Seeding?the machine with some?nums[i]?allows it to destroy all targets with values that can be represented as?nums[i] + c * space, where?c?is any non-negative integer. You want to destroy the?maximum?number of targets in?nums.

Return?the?minimum value?of?nums[i]?you can seed the machine with to destroy the maximum number of targets.

?

Example 1:

Input: nums = [3,7,8,1,1,5], space = 2

Output: 1

Explanation: If we seed the machine with nums[3], then we destroy all targets equal to 1,3,5,7,9,... In this case, we would destroy 5 total targets (all except for nums[2]). It is impossible to destroy more than 5 targets, so we return nums[3].

Example 2:

Input: nums = [1,3,5,2,4,6], space = 2

Output: 1

Explanation: Seeding the machine with nums[0], or nums[3] destroys 3 targets. It is not possible to destroy more than 3 targets. Since nums[0] is the minimal integer that can destroy 3 targets, we return 1.

Example 3:

Input: nums = [6,2,5], space = 100

Output: 2

Explanation: Whatever initial seed we select, we can only destroy 1 target. The minimal seed is nums[1].

?

Constraints:

  • 1 <= nums.length <= 105

  • 1 <= nums[i] <= 109

  • 1 <= space <=?109

其實(shí)就是找數(shù)組中相對(duì)于space的余數(shù)中,哪個(gè)的余數(shù)最大,然后將最大的數(shù)量的那個(gè)余數(shù)找里面最小的值,返回即可的。

Runtime:?46 ms, faster than?82.22%?of?Java?online submissions for?Destroy Sequential Targets.

Memory Usage:?58.6 MB, less than?67.78%?of?Java?online submissions for?Destroy Sequential Targets.


LeetCode 2453. Destroy Sequential Targets的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
望谟县| 扶沟县| 泰兴市| 康乐县| 丹江口市| 图木舒克市| 东安县| 宣汉县| 方正县| 城步| 友谊县| 香河县| 富阳市| 白山市| 望城县| 商都县| 沾益县| 栾城县| 紫金县| 高邑县| 大洼县| 渝北区| 双峰县| 怀来县| 万州区| 贵州省| 互助| 大田县| 长岛县| 龙门县| 哈尔滨市| 开原市| 乐昌市| 无极县| 梁山县| 梁河县| 静安区| 夏津县| 瑞安市| 临湘市| 西乌珠穆沁旗|