Scale byte values FIXED by clock

float x,b=1023;main(n){for(;~scanf("%d",&n);printf(n<b?"%4$d\n":"%.2f %cB\n",x<b?x:x/b,x<b?75:77,n))x=n/b;}

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

download

return to the top page