Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to find the number of distinct binary representations of a given decimal number.

Run the code to see the output here...