GCD Again by pgf2

(loop repeat(read)do(format t"~A
"(apply'gcd(loop repeat(read)collect(read)))))

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

download

return to the top page