Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function to find the total number of set bits in the binary representation of all prime numbers up to n.

Run the code to see the output here...