Skip to content

feat: add algorithm 95 to find the longest amicable chain #11243

feat: add algorithm 95 to find the longest amicable chain

feat: add algorithm 95 to find the longest amicable chain #11243

Triggered via pull request October 16, 2024 07:03
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (W291): project_euler/problem_095/sol1.py#L4
project_euler/problem_095/sol1.py:4:79: W291 Trailing whitespace
Ruff (W291): project_euler/problem_095/sol1.py#L5
project_euler/problem_095/sol1.py:5:77: W291 Trailing whitespace
Ruff (W291): project_euler/problem_095/sol1.py#L6
project_euler/problem_095/sol1.py:6:75: W291 Trailing whitespace
Ruff (W291): project_euler/problem_095/sol1.py#L9
project_euler/problem_095/sol1.py:9:76: W291 Trailing whitespace
Ruff (W291): project_euler/problem_095/sol1.py#L10
project_euler/problem_095/sol1.py:10:78: W291 Trailing whitespace
ruff
Process completed with exit code 1.