Statement▼
Given an array nums of nums[a], nums[b], nums[c], nums[d]] such that:
0≤ a,b,c,d<n a,b,c, anddare distinct.nums[a]+nums[b]+nums[c]+nums[d]= target
You may return the answer in any order.
Constraints:
1≤ nums.length...