iT邦幫忙

0

2342. Max Sum of a Pair With Equal Sum of Digits

  • 分享至 

  • xImage
  •  

重點在於: the sum of digits of the number nums[i] is equal to that of nums[j]. 這句英文,
指的是 例如[18,43,36,13,7], 其中18 sum of digits 是 1+8 =9, 36 是 3+ 6 =9 兩者都是 9, 不是兩數的最大公因數 [18, 36] both numbers have a sum of digits equal to 9, and their sum is 18+36 =54

[18,43,36,13,7] 轉化之後為 [9,7,9,4,7]。所以,(0, 2), (1, 4)相同

其他的條件式:

  1. nums 從0開始, 0-indexed
    2.全部都是正數integers, consisting of positive integers.
    3.回傳最大值maximum, 比較後的最大值, Return the maximum value of nums[i] + nums[j] that you can obtain over all possible indices I and j that satisfy the conditions.

*你好,本文不接受留言,有問題請到Linkedin找我,謝謝。

Yes

轉貼政策:著明作者 Billour Ou 歐育溙 就可以自由轉貼。
*你好,本文不接受留言,有問題請到Linkedin找我,謝謝。

關於作者:
Billour Ou
歐育溙的資歷

簡歷:
Google Technical Lead 面試邀請
Yahoo bid, 百萬成功賣家
台灣教育部 DSP 競賽全國, 第一名


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言