Collatz Problem by youz

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

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

download

return to the top page