[Solved] Consecutive Xor STARTERS 73 CodeChef
Chef has an array AA of length NN. He can perform the following operation on AA: 1) Select an index ii (1 \le i \le N – 1)(1≤i≤N−1) and select an integer XX (1 \le X \lt 2^{20})(1≤X<220).\\2) Set A_i := (A_i \oplus X)Ai:=(Ai⊕X) and A_{i + 1} := (A_{i + 1} \oplus X)Ai+1:=(Ai+1⊕X).…