You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The goal of the problem is to 2 numbers in the list to reach a target int. In a test case, the input list is 2, 3, 4 with a target of 6 but the expected output is 1,3.