fucking-algorithm
fucking-algorithm copied to clipboard
[bug][{python}] {find-k-pairs-with-smallest-sums}
请在提交 bug 之前先搜索
- [X] 我已经搜索过 issues,没有发现相同的 bug。
出错的题目链接
https://leetcode.com/problems/find-k-pairs-with-smallest-sums/description/
报错信息
Wrong Answer
19 / 35 testcases passed Input nums1 = [1,2,4,5,6] nums2 = [3,5,7,9] k = 3 Use Testcase Output [[1,3],[1,5],[1,7]] Expected [[1,3],[2,3],[1,5]]
你是否愿意提交 PR 修复这个 bug?
- [X] 我愿意!