Pythagorean triple fixed by teebee(pooq)

m:-100/A,5000/B,C=sqrt(A*A+B*B),C=:=ceil(C),\+format("~d ~d ~0f
",[A,B,C]).
N/X:-between(3,N,X).

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

download

return to the top page