Integer Ranges by bk1e

x;main(){while(scanf("%d",&x)>0)x=1<<--x%32,printf("%d to %d\n",-x,x-1);}

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

download

return to the top page