We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f7d27 commit aa4618fCopy full SHA for aa4618f
project_euler/problem_136/sol1.py
@@ -40,7 +40,7 @@ def solution(n_limit: int = 50 * 10**6) -> int:
40
>>> solution(100)
41
25
42
>>> solution(110)
43
- 26
+ 27
44
"""
45
n_sol = [0] * n_limit
46
0 commit comments