Pythagorean triple fixed by cddddr

(use srfi-42)(do-ec(: a 1 101)(: b 1 4902)(if(=(floor #0=(sqrt(+(* a a)(* b b))))#0#)(print a" "b" "#0#)))

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

download

return to the top page