Pinned Loading
-
gistfile1.c
gistfile1.c 1#include <stdio.h>
2int s = 0; // bit-reversal of r/2
3int N = 256; // N can be any power of 2
4int main (){
5for (int r = 0; r < N; ++r, s ^= N - (N / 2 / (r & -r) )) {
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.