Help in Problem E : XOR Sigma

Правка en3, от HuTao_Oya_OyaOya, 2024-08-04 02:07:23

Problem Link

Problem in short : Find sum of XOR of all subarrays of size>1 in the given array of size n in linear time.

My idea is to get the prefix sum array of XORs and now the problem is reduced to finding XOR between all possible pairs in prefix XOR array.

I tried for hours to debug the code but couldn't figure out what did I do wrong. Any help would be greatly appreciated.

Old Code

UPD :

AC
What was the problem earlier ?

Thanks srinivas1999 xQConqueror vaibhav2740

Теги thanks, for, the, help

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский HuTao_Oya_OyaOya 2024-08-04 02:07:23 103
en2 Английский HuTao_Oya_OyaOya 2024-08-04 02:05:35 783
en1 Английский HuTao_Oya_OyaOya 2024-08-03 22:04:27 1492 Initial revision (published)