Number in number by ush

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

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

download

return to the top page