Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function to count how many integers can be expressed as the sum of two distinct squares.

Run the code to see the output here...