思路应该是将原有的奇数*2,这样得到每个数的上限,因为原来是偶数的数只能/2不能*2,后面用最大堆维护,具体思路https://leetcode.cn/problems/minimize-deviation-in-array/