Skip to content

Conversation

@zhu956645239
Copy link

L23: int cur = nums[i] + array[j];
This should be:
L23: int cur = nums[i] + nums[j];

L23: int cur = nums[i] + array[j]; This should be: L23: int cur = nums[i] + nums[j];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant