Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to check if a binary number can be represented as a sum of three distinct powers of 2.

Run the code to see the output here...