code is not passing one test case
can you please point out the reason and correct the code
Max xor subarray
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