Pythagorean quadruples: Difference between revisions

m
→‎{{header|Pascal}}: changed link to Ring version ( estimated runtime in pascal 8h10min (run outer loop 1..32 in 427783 ms ( 2 cpu-cycles per Test ) ) did it ever run?
m (aligned 3rd expression in the task's preamble.)
m (→‎{{header|Pascal}}: changed link to Ring version ( estimated runtime in pascal 8h10min (run outer loop 1..32 in 427783 ms ( 2 cpu-cycles per Test ) ) did it ever run?)
Line 1,123:
</pre>
=={{header|Pascal}}==
{{works with|free pascal}} Brute froce, but not as brute as [http://rosettacode.org/mw/index.php?title=Pythagorean_quadruples&action=submit#Ring Ring]. Stopping search if limit is reached<BR>
Running on Linux64 the CPU32 runs very slow.
<lang pascal>program pythQuad;
Anonymous user