Bigger power of two by zzo38

main(_){for(;scanf("%d",&_)+1;_|=_/2,_|=_/4,_|=_/8,_|=_/16,printf("%d\n",_+1));}

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

download

return to the top page