1 test case failed .
1 Test Case Failed in XOR-4
@vg5823967
Bitwise operators have lower precedence. Put a[i]^a[j]^a[k]^a[l] in brackets and then check whether its equal to 0.
1 Like
1 test case failed .
@vg5823967
Bitwise operators have lower precedence. Put a[i]^a[j]^a[k]^a[l] in brackets and then check whether its equal to 0.