Find whether the largest element in the array is at least twice as much as every other number in the...Example 2: Input: nums = [1, 2, 3, 4] Output: -1 Explanation: 4 isn't at least as big as twice the...来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/largest-nu...