fucking-algorithm icon indicating copy to clipboard operation
fucking-algorithm copied to clipboard

[bug][{python}] {find-k-pairs-with-smallest-sums}

Open LaurelHe opened this issue 2 years ago • 0 comments

请在提交 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] 我愿意!

LaurelHe avatar Jun 06 '23 13:06 LaurelHe