Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <stdint.h>
    #include <math.h>
    ...
        unsigned int numBits = bitCount(num);
        return numBits <= MAXLEN ? 1 : 0;
    }
    
  2. or download this
    Fit? Small: 1, Big: 0