func findMaximumXOR(nums []int) int { max, mask := 0, 0 for i := 31; 0 <= i; i-- { // Check max & 1<