Max xor subarray

code is not passing one test case
can you please point out the reason and correct the code

Hey @Nishant_08
Line 117 should be

cout<<t.max_Xor_pair(preXor,n);

Testcases must be weak thats why they got AC.

If this resolves your query then please mark it as resolved :slight_smile: