leetcode
leetcode copied to clipboard
Bug Report for two-integer-sum-ii
Bug Report for https://neetcode.io/problems/two-integer-sum-ii
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The below test case expected answer is 2,4 but the system is suggesting 1,3 which is wrong.