We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab8052 commit a363819Copy full SHA for a363819
project_euler/problem_095/sol1.py
@@ -4,7 +4,7 @@
4
"""
5
def solution(n: int = 10**6) -> int:
6
7
- Returns the smallest member of the longest amicable chain with no element exceeding one million
+ Returns the smallest member when n = 1000000
8
>> 14316
9
10
0 commit comments