Sponsored
Use these hints if you're stuck. Try solving on your own first.
If the value of a bit in start and goal differ, then we need to flip that bit.
Consider using the XOR operation to determine which bits need a bit flip.
Solve with full IDE support and test cases