Belgian Numbers by teebee

for n=0,499 do i=0 k=n while k>0 do i=i-1 x=n/10^(i%3)k=k-x%10+x%1 end _=k<0 or print(n)end

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

download

return to the top page