五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

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

LeetCode 1991. Find the Middle Index in Array

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


Given a?0-indexed?integer array?nums, find the?leftmost?middleIndex?(i.e., the smallest amongst all the possible ones).

A?middleIndex?is an index where?nums[0] + nums[1] + ... + nums[middleIndex-1] == nums[middleIndex+1] + nums[middleIndex+2] + ... + nums[nums.length-1].

If?middleIndex == 0,

the left side sum is considered to be?0.?

Similarly, if?middleIndex == nums.length - 1,?

the right side sum is considered to be?0.

Return?the?leftmost?middleIndex?that satisfies the condition, or?-1?if there is no such index.

?

Example 1:

Input: nums = [2,3,-1,8,4]

Output: 3

Explanation: The sum of the numbers before index 3 is: 2 + 3 + -1 = 4 The sum of the numbers after index 3 is: 4 = 4

Example 2:

Input: nums = [1,-1,4]

Output: 2

Explanation: The sum of the numbers before index 2 is: 1 + -1 = 0 The sum of the numbers after index 2 is: 0

Example 3:

Input: nums = [2,5]

Output: -1

Explanation: There is no valid middleIndex.

?

Constraints:

  • 1 <= nums.length <= 100

  • -1000 <= nums[i] <= 1000

?presum 求解即可,只是沒想到會100%。。。。


Runtime:?0 ms, faster than?100.00%?of?Java?online submissions for?Find the Middle Index in Array.

Memory Usage:?41.3 MB, less than?33.54%?of?Java?online submissions for?Find the Middle Index in Array.


LeetCode 1991. Find the Middle Index in Array的評論 (共 條)

分享到微博請遵守國家法律
峨眉山市| 唐山市| 蓬安县| 黔江区| 金溪县| 河源市| 清远市| 定南县| 宁强县| 山西省| 阳谷县| 阜阳市| 宜良县| 乌拉特后旗| 满洲里市| 连江县| 县级市| 宜春市| 芜湖市| 雷州市| 杭锦后旗| 达日县| 景谷| 佛教| 高清| 大同市| 华安县| 新乡县| 玛沁县| 潼南县| 广汉市| 钦州市| 伽师县| 安塞县| 罗平县| 恩平市| 墨脱县| 隆安县| 宣武区| 南召县| 南溪县|