Collatz Problem by teebee

\A:-writeln(A),A>1,B is(A+(A/\1)*(A*5+2))/2,\B.
m:-readln([X]),\X.

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

download

return to the top page