Numloop by ngrusev

i,c;main(n){for(;i++<999;c=0){for(n=i;n>1&&c++<48;n=n&1?6*n+2:n/4.+.5);printf(n>1?"Infinity, %d\n":"%d, %d\n",n>1?i:c,i);}}

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

download

return to the top page