Ruth-Aaron numbers: Difference between revisions

Content added Content deleted
m (Added language identifier.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,703: Line 1,703:


However, with nearly 90 million trios of numbers to slog through, it takes around 68 minutes to find the first triple based on divisors.
However, with nearly 90 million trios of numbers to slog through, it takes around 68 minutes to find the first triple based on divisors.
<syntaxhighlight lang="ecmascript">import "./math" for Int, Nums
<syntaxhighlight lang="wren">import "./math" for Int, Nums
import "./seq" for Lst
import "./seq" for Lst
import "./fmt" for Fmt
import "./fmt" for Fmt