Colorful numbers: Difference between revisions

Content added Content deleted
(→‎{{header|Perl}}: prepend Free Pascal. Using lexical permutation. Output of numbers 0..99 later..)
m (→‎{{header|C}}: best runtime on TIO.RUN with -Ofast)
Line 489: Line 489:
}</syntaxhighlight>
}</syntaxhighlight>


{{out}}
{{out>@TIO.RUN}}
<pre>
<pre>
Colorful numbers less than 100:
Colorful numbers less than 100:
Line 514: Line 514:
Total: 57,256
Total: 57,256


Elapsed time: 0.024598 seconds
Elapsed time: 0.031256 seconds</pre>
</pre>


=={{header|Factor}}==
=={{header|Factor}}==