Skip to content

Commit

Permalink
Okay, that one is still too slow on many platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 25, 2024
1 parent d4484d6 commit d86665a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Key:
+-----------+------------+------------+------------+------------+------------+------------+
|:prob:`74` | | | | |:py-d:`0074`| |
+-----------+------------+------------+------------+------------+------------+------------+
|:prob:`76` |:c-d:`0076` |:cp-d:`0076`| | |:py-d:`0076`|:rs-d:`0076`|
|:prob:`76` |:c-d:`0076` |:cp-d:`0076`| | |:py-s:`0076`|:rs-d:`0076`|
+-----------+------------+------------+------------+------------+------------+------------+
|:prob:`77` | | | | |:py-d:`0077`| |
+-----------+------------+------------+------------+------------+------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion python/test_euler.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
357: 1739023853137,
}

known_slow = {118, 357}
known_slow = {76, 118, 357}
# this is the set of problems where I have the right answer but wrong solution

IN_TERMUX = bool(which('termux-setup-storage'))
Expand Down

0 comments on commit d86665a

Please sign in to comment.