List comprehensions: Difference between revisions

Content added Content deleted
Line 676: Line 676:
iota(y, n + 1), x*x + y*y == z*z);
iota(y, n + 1), x*x + y*y == z*z);
writeln(r);
writeln(r);
}
}</lang>
}</lang>
{{out}}
{{out}}