Number in number by clock

h=100;main(c){for(;~scanf("%d",&c);)printf("%d %d %d %d\n",c/h/h%h,c%h,c/h/h/h,c/h%h);}

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

download

return to the top page