Incorrect solution - 3164. Find the Number of Good Pairs II
manoharreddyporeddy opened this issue · 1 comments
manoharreddyporeddy commented
Below TS solution fails for below test case. I don't have a solution to fix it yet.
===
===
Wrong Answer
338 / 687 testcases passed
Input
nums1 =
[1,2]
nums2 =
[3,2]
k =
2
Output
1
Expected
0
===
yanglbme commented