Pythagorean triple fixed by kiichigo

for$a(3..100){for$b(1..5000){$_=sqrt$a**2+$b**2;/\./||print"$a $b $_\n"}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page