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 28c8601 commit 1fd3f75Copy full SHA for 1fd3f75
project_euler/problem_136/sol1.py
@@ -27,7 +27,6 @@
27
In the end it is counted how many n's have one solution.
28
"""
29
30
-
31
def solution(n_limit: int = 50 * 10**6) -> int:
32
33
Define n count list and loop over delta, y to get the counts, then check
0 commit comments