Pythagorean triple fixed by murky-satyr

for(a=b=2;b++<1e4?c=Math.sqrt(a*a+b*b):b=a++<100;)c%1||print(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