Statement
You are given a 0-indexed integer array, nums
, of length target
. Your task is to determine the number of distinct pairs of indexes
(i.e., comes before in the array) The sum of the elements of the indexes
, (i.e., ), is strictly less than the target
.
Constraints:
nums.length
nums[i]
,target