
Desicription
Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of all numbers in this range, inclusive.
Example 1:
1 |
Input: [5,7] |
Example 2:
1 |
Input: [0,1] |
Solution
1 |
class { |

Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of all numbers in this range, inclusive.
Example 1:
1 |
Input: [5,7] |
Example 2:
1 |
Input: [0,1] |
1 |
class { |
近期评论