two kinds of digit by teebee

import java.util.*;enum T{T;int n;{for(;n++<1e4;)if(new HashSet(Arrays.asList((n+"").split(""))).size()==3)System.out.println(n);}}

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

download

return to the top page