[LeetCode] Sum of Digits in the Minimum Number

1 · · May 14, 2024, 10:27 a.m.
1085. Sum of Digits in the Minimum Number Given an integer array nums, return 0 if the sum of the digits of the minimum integer in nums is odd, or 1 otherwise. ...