/*A number N is passed as the input. The program must print the sum of odd digits in the number N.
You are given a 0-indexed array nums consisting of positive integers. You can choose two indices i and j, such that i != j, and the sum of digits of the number nums[i] is equal to that of nums[j].