Repeated Number by clock

int n;for n=18to 80{print 10^(n/9)/9*(n mod 9+1);}

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

download

return to the top page