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

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

LeetCode 2815. Max Pair Sum in an Array

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

You are given a?0-indexed?integer array?nums. You have to find the?maximum?sum of a pair of numbers from?nums?such that the maximum?digit?in both numbers are equal.

Return?the maximum sum or?-1?if no such pair exists.

?

Example 1:

Input:?

nums = [51,71,17,24,42]

Output: 88

Explanation:

For i = 1 and j = 2, nums[i] and nums[j] have equal maximum digits with a pair sum of 71 + 17 = 88. For i = 3 and j = 4, nums[i] and nums[j] have equal maximum digits with a pair sum of 24 + 42 = 66. It can be shown that there are no other pairs with equal maximum digits, so the answer is 88.

Example 2:

Input:?

nums = [1,2,3,4]

Output: -1

Explanation: No pair exists in nums with equal maximum digits.

?

Constraints:

  • 2 <= nums.length <= 100

  • 1 <= nums[i] <= 104

下面是代碼:



Runtime:?11 ms, faster than?100.00%?of?Java?online submissions for?Max Pair Sum in an Array.

Memory Usage:?44.3 MB, less than?100.00%?of?Java?online submissions for?Max Pair Sum in an Array.


LeetCode 2815. Max Pair Sum in an Array的評論 (共 條)

分享到微博請遵守國家法律
封丘县| 兴化市| 常德市| 五河县| 高邮市| 阿合奇县| 思南县| 张家口市| 成安县| 安西县| 雷州市| 库伦旗| 中江县| 修水县| 观塘区| 双流县| 清远市| 梁河县| 开江县| 柏乡县| 东至县| 新蔡县| 寿宁县| 抚州市| 金寨县| 大安市| 扶余县| 沧源| 阿合奇县| 牟定县| 临武县| 汉中市| 景洪市| 同心县| 赤壁市| 阆中市| 曲阜市| 北安市| 隆德县| 通城县| 云南省|