# that satisfy the condition `arr[i] ^ arr[i+1] ^ ... ^ arr[k] == 0`. By maintaining # maps (`xor_count_map` and `xor_total_map`) that track the frequency and cumulative # indices of prefix XOR values ...