We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71d224 commit 05162ddCopy full SHA for 05162dd
maths/iterative_pair.py
@@ -2,7 +2,7 @@
2
from collections import Counter
3
4
5
-def sockMerchant(n, ar):
+def sockMerchant(n: int, ar: list[int]) -> int:
6
"""
7
>>> sockMerchant(9, [10, 20, 20, 10, 10, 30, 50, 10, 20])
8
0 commit comments