You are viewing a single comment's thread. Return to all comments →
here is the trick
long strangeCounter(long t) { long v=4; while(v<=t) { v=v*2+2; } return v-t; }
just it :)
Seems like cookies are disabled on this browser, please enable them to open this website
Strange Counter
You are viewing a single comment's thread. Return to all comments →
here is the trick
just it :)