30:00
Given two integers left and right that represent the range [left, right], return the bitwise AND of all numbers in this range, inclusive.
0≤left≤right≤231−10 \leq \text{left} \leq \text{right} \leq 2^{31} - 10≤left≤right≤231−1
Find common prefix of 5 and 7 in binary
Range: [5, 7] | Shifts: 0
= 0