Euler's sum of powers conjecture: Difference between revisions

m
→‎{{header|Raku}}: whitespace sensitive
(→‎{{header|Raku}}: superscript in code, sigil-less, no temp. var, remove superfluous brackets, consolidate short-circuit tests)
m (→‎{{header|Raku}}: whitespace sensitive)
Line 3,537:
for %sum2.keys.sort -> \s {
if p > s and %sum2{p - s} {
say ((sort |%sum2{s},|%sum2{p - s}) X~ '⁵').join(' + '), " = %po5{p}", "⁵" and exit
}
}
10,327

edits