You are viewing a single comment's thread. Return to all comments →
Python is the best
x = sum(arr) minValue = x - max(arr) maxValue = x - min(arr) print(minValue, maxValue)
Mini-Max Sum
You are viewing a single comment's thread. Return to all comments →
Python is the best