Number in number by inaniwa

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

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

download

return to the top page