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. ...