We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
The problem shows the constraints as
Constraints:2 <= numbers.length <= 1000-1000 <= numbers[i] <= 1000-1000 <= target <= 1000
but my code failed with a given test case usingtarget=-1300, which doesn't meet the constraints fortarget.
target=-1300
target