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 021ef25 commit 647d0ebCopy full SHA for 647d0eb
project_euler/problem_095/sol1.py
@@ -28,7 +28,7 @@
28
- Iterate over found some factors to find longest chain
29
"""
30
31
-from math import isqrt, prod
+from math import isqrt
32
33
34
def generate_primes(max_prime: int) -> list[int]:
0 commit comments