diff --git a/docs/index.rst b/docs/index.rst index 095fb377..79512af5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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`| | +-----------+------------+------------+------------+------------+------------+------------+ diff --git a/python/test_euler.py b/python/test_euler.py index 4cdf001c..11b4e4e3 100644 --- a/python/test_euler.py +++ b/python/test_euler.py @@ -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'))