Problems > Range Power-of-Two Count > Editorial

Range Power-of-Two Count — Solution & Editorial

Back to the Problem

Precompute a prefix count of the predicate; each query is a subtraction.

Complexity: O(N + Q)