1085. Sum of Digits in the Minimum Number
Given an integer array
nums, return0if the sum of the digits of the minimum integer innumsis odd, or1otherwise.
1 | class Solution { |
1085. Sum of Digits in the Minimum Number
Given an integer array
nums, return0if the sum of the digits of the minimum integer innumsis odd, or1otherwise.
1 | class Solution { |