最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

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

Leetcode 2578. Split With Minimum Sum

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

Given a positive integer?num, split it into two non-negative integers?num1?and?num2?such that:

  • The concatenation of?num1?and?num2?is a permutation of?num.

    • In other words, the sum of the number of occurrences of each digit in?num1?and?num2?is equal to the number of occurrences of that digit in?num.

  • num1?and?num2?can contain leading zeros.

Return?the?minimum?possible sum of?num1?and?num2.

Notes:

  • It is guaranteed that?num?does not contain any leading zeros.

  • The order of occurrence of the digits in?num1?and?num2?may differ from the order of occurrence of?num.

?

Example 1:

Input: num = 4325

Output: 59

Explanation: We can split 4325 so that num1 is 24 and num2 is 35, giving a sum of 59. We can prove that 59 is indeed the minimal possible sum.

Example 2:

Input: num = 687

Output: 75

Explanation: We can split 687 so that num1 is 68 and num2 is 7, which would give an optimal sum of 75.

?

Constraints:

  • 10 <= num <= 109

Easy 題目:

?把數(shù)據(jù)放到數(shù)組中之后,排序,然后根據(jù)數(shù)組的長度是奇數(shù)還是偶數(shù)去累加數(shù)字即可。

奇數(shù)我寫了一個函數(shù),偶數(shù)也寫了一個函數(shù)。然后就通過了。

Runtime:?1 ms, faster than?50.00%?of?Java?online submissions for?Split With Minimum Sum.

Memory Usage:?39.3 MB, less than?50.00%?of?Java?online submissions for?Split With Minimum Sum.


Leetcode 2578. Split With Minimum Sum的評論 (共 條)

分享到微博請遵守國家法律
山阳县| 大邑县| 梅州市| 阜新市| 河西区| 泊头市| 平谷区| 嘉兴市| 临海市| 瑞安市| 海城市| 桓仁| 富顺县| 襄樊市| 麻栗坡县| 迁西县| 柳河县| 盱眙县| 金湖县| 东乡县| 郯城县| 汾阳市| 新宁县| 平罗县| 花莲市| 庆安县| 五寨县| 武陟县| 垦利县| 兰溪市| 阿拉善盟| 通江县| 岳西县| 灵石县| 万安县| 马龙县| 新巴尔虎右旗| 安义县| 台江县| 阳曲县| 昌邑市|