3371. Identify the Largest Outlier in an Array
3371. Identify the Largest Outlier in an Array
Description
You are given an integer array nums
. This array contains n
elements, where exactly n - 2
elements are special numbers . One of the remaining two elements is the sum of these special numbers , and the other is an outlier .