diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-11-11 16:59:50 +0100 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-11-11 16:59:50 +0100 |
commit | 496ace3ebf6e31ae06577dd8328cadd85f91e896 (patch) | |
tree | 1f00ef211f82284bf710bbde9e3892c9b1705f8c | |
parent | 1efe80e8fc1e49735c2449441e3a130cfd5245b8 (diff) |
Don't lie about times
-rw-r--r-- | problem719.ijs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/problem719.ijs b/problem719.ijs index 598b457..a20c40b 100644 --- a/problem719.ijs +++ b/problem719.ijs @@ -1,4 +1,4 @@ ns =: [+[:(".,[:;([:}:".\)ns&.>[:}.<\.)] T =: {{<:+/(#~(%:e.0 ns":)"0)*:>:i.y}} -NB. To calculate the result, run 'T 1e6'. It takes a while (+1h) +NB. To calculate the result, run 'T 1e6'. It takes a while (30 min) |