Range Bitwise AND
prefix-sumbit-manipulation
Problem
Given two integers left and right representing a range [left, right], return the bitwise AND of all numbers in this range.
Loading...
Given two integers left and right representing a range [left, right], return the bitwise AND of all numbers in this range.