Six or more by nn

n=9,p;main(c){for(;(c?c%10-p:printf("%d\n",n))/6||(c=++n)<1e4;c/=10)p=c%10;}

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

download

return to the top page