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

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

LeetCode 6909. Longest Even Odd Subarray With Threshold

2023-07-02 12:53 作者:您是打尖兒還是住店呢  | 我要投稿

You are given a?0-indexed?integer array?nums?and an integer?threshold.

Find the length of the?longest subarray?of?nums?starting at index?l?and ending at index?r?(0 <= l <= r < nums.length)?that satisfies the following conditions:

  • nums[l] % 2 == 0

  • For all indices?i?in the range?[l, r - 1],?nums[i] % 2 != nums[i + 1] % 2

  • For all indices?i?in the range?[l, r],?nums[i] <= threshold

Return?an integer denoting the length of the longest such subarray.

Note:?A?subarray?is a contiguous non-empty sequence of elements within an array.

?

Example 1:

Input: nums = [3,2,5,4], threshold = 5

Output: 3

Explanation: In this example, we can select the subarray that starts at l = 1 and ends at r = 3 => [2,5,4]. This subarray satisfies the conditions. Hence, the answer is the length of the subarray, 3. We can show that 3 is the maximum possible achievable length.

Example 2:

Input: nums = [1,2], threshold = 2

Output: 1

Explanation: In this example, we can select the subarray that starts at l = 1 and ends at r = 1 => [2]. It satisfies all the conditions and we can show that 1 is the maximum possible achievable length.

Example 3:

Input: nums = [2,3,4,5], threshold = 4

Output: 3

Explanation: In this example, we can select the subarray that starts at l = 0 and ends at r = 2 => [2,3,4]. It satisfies all the conditions. Hence, the answer is the length of the subarray, 3. We can show that 3 is the maximum possible achievable length.

?

Constraints:

  • 1 <= nums.length <= 100

  • 1 <= nums[i] <= 100

  • 1 <= threshold <= 100

周賽的題目;卡了一下,沒(méi)有考慮長(zhǎng)度為1 的情況;

Runtime:?15 ms, faster than?33.33%?of?Java?online submissions for?Longest Even Odd Subarray With Threshold.

Memory Usage:?43.6 MB, less than?100.00%?of?Java?online submissions for?Longest Even Odd Subarray With Threshold.


LeetCode 6909. Longest Even Odd Subarray With Threshold的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
伊宁县| 原阳县| 常熟市| 鸡泽县| 冷水江市| 石河子市| 芦山县| 登封市| 云阳县| 巨野县| 汤阴县| 罗定市| 瓮安县| 潮安县| 益阳市| 英德市| 雷州市| 靖西县| 宾阳县| 五华县| 南澳县| 筠连县| 林甸县| 达尔| 于都县| 张家川| 汨罗市| 汝南县| 寻乌县| 进贤县| 澄城县| 姜堰市| 榕江县| 娄烦县| 雷山县| 叙永县| 阿合奇县| 宁城县| 凌云县| 沂源县| 垫江县|