3370. Smallest Number With All Set Bits
You are given a positive number n. Return the smallest number x greater than or equal to n, such that the binary representation of x contains only set bits
You are given a positive number n. Return the smallest number x greater than or equal to n, such that the binary representation of x contains only set bits