Skip to content
Snippets Groups Projects
Commit 29bb1d90 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed error in 50

parent e3869856
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ def maxprime(n):
s = sum(conseq)
if s >= 1000000:
return maxp
break
if s in primes[start + maxlen:]:
maxlen = end - start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment