Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function that calculates the bitwise AND of all numbers from 1 to n.

Run the code to see the output here...