Six or more by teebee(pooq)

int i;int n;int a;for i=17to 9393{n=i;a=i;while 5<abs(a-n mod 10){a=n mod 10;n=n/10;}if n<1{print i;}}

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

download

return to the top page