diff options
Diffstat (limited to 'problem719.ijs')
-rw-r--r-- | problem719.ijs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/problem719.ijs b/problem719.ijs new file mode 100644 index 0000000..598b457 --- /dev/null +++ b/problem719.ijs @@ -0,0 +1,4 @@ +ns =: [+[:(".,[:;([:}:".\)ns&.>[:}.<\.)] +T =: {{<:+/(#~(%:e.0 ns":)"0)*:>:i.y}} + +NB. To calculate the result, run 'T 1e6'. It takes a while (+1h) |