Bigger power of two by csanders

x,i;main(){while(scanf("%d",&x)>0){for(i=1;i<=x;i*=2);printf("%d\n",i);}}\x0d

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

download

return to the top page