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

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

Leetcode 2057. Smallest Index With Equal Value

2023-01-19 12:30 作者:您是打尖兒還是住店呢  | 我要投稿

Given a?0-indexed?integer array?nums, return?the?smallest?index?i?of?nums?such that?i mod 10 == nums[i], or?-1?if such index does not exist.

x mod y?denotes the?remainder?when?x?is divided by?y.

?

Example 1:

Input: nums = [0,1,2]Output: 0Explanation: i=0: 0 mod 10 = 0 == nums[0]. i=1: 1 mod 10 = 1 == nums[1]. i=2: 2 mod 10 = 2 == nums[2]. All indices have i mod 10 == nums[i], so we return the smallest index 0.

Example 2:

Input: nums = [4,3,2,1]Output: 2Explanation: i=0: 0 mod 10 = 0 != nums[0]. i=1: 1 mod 10 = 1 != nums[1]. i=2: 2 mod 10 = 2 == nums[2]. i=3: 3 mod 10 = 3 != nums[3]. 2 is the only index which has i mod 10 == nums[i].

Example 3:

Input: nums = [1,2,3,4,5,6,7,8,9,0]Output: -1Explanation: No index satisfies i mod 10 == nums[i].

用優(yōu)先隊(duì)列的話,就不需要一次排序了。會(huì)更方便的。

Easy題目;

Runtime2 ms

Beats

28.70%

Memory42.6 MB

Beats

48.94%

Click to check the distribution chart


Leetcode 2057. Smallest Index With Equal Value的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國家法律
杨浦区| 南郑县| 焦作市| 湖南省| 鄱阳县| 额济纳旗| 工布江达县| 惠州市| 白城市| 周宁县| 巫溪县| 天全县| 涞水县| 乌拉特前旗| 通江县| 石楼县| 苍梧县| 星子县| 宁蒗| 大邑县| 东乌珠穆沁旗| 高陵县| 台东县| 宜都市| 花莲市| 乌拉特后旗| 金湖县| 阿坝县| 剑川县| 陵川县| 鲁山县| 旬邑县| 和政县| 嘉荫县| 临沭县| 弥勒县| 元朗区| 固安县| 鸡西市| 仙居县| 吉安市|