Bitwise XOR in a Subarray
prefix-sumbit-manipulation
Problem
Given an array of integers and a list of queries [left, right], return the XOR of elements from index left to right for each query.
Loading...
Given an array of integers and a list of queries [left, right], return the XOR of elements from index left to right for each query.