How to maximimize product of given numbers given their sum if they are distinct?
Answers
Answered by
0
We need to make array elements distinct by increasing values and keeping array sum minimum possible. We need to print the minimum possible sum as output.
Similar questions