Collatz Problem by kozima

(do((x(read)(if(oddp x)(1+(* x 3))(/ x 2))))((=(princ x)1))(terpri))

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

download

return to the top page