Pythagorean triple fixed by murky-satyr

3.upto(100){a->3.upto(a*a){b->(c=(a*a+b*b)**0.5)%1||println("$a $b $c")}}

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

download

return to the top page