Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to count how many unique integers can be formed from the bits of a given binary number.

Run the code to see the output here...