Forbidden numbers: Difference between revisions

m
→‎{{header|Free Pascal}}: Timings from TIO.RUN User time: 0.097 s
m (slight clarification)
m (→‎{{header|Free Pascal}}: Timings from TIO.RUN User time: 0.097 s)
Line 263:
until lmt > High(lmt) DIV 4;
END.</syntaxhighlight>
{{out|@TIO.RUN}}
<pre>
First fifty forbidden numbers:
Line 289:
50,000,000,000,000,000 8,333,333,333,333,325
500,000,000,000,000,000 83,333,333,333,333,323
Real time: 0.142 s User time: 0.097 s Sys. time: 0.040 s CPU share: 96.73 %
</pre>
 
=={{header|Python}}==
<syntaxhighlight lang="python">""" rosettacode.org/wiki/Forbidden_numbers """
132

edits