You are viewing a single comment's thread. Return to all comments →
long c=n; for(long i =0; i<32; i++ ) c^=1<<i; if (c&(1<<1)) c|=1<<1; else c&=~(1<<1);
return c+4294967296;
Seems like cookies are disabled on this browser, please enable them to open this website
Flipping bits
You are viewing a single comment's thread. Return to all comments →
return c+4294967296;