Hello codeforces. I want to ask you something. Because I am going nuts. Can someone tell us the difference between this two codes 15768283 , 16948593. Or the thing what the second code doesn't have. I am trying to find it but it seems like they are doing same things. So I thought our awesome community (Codeforces) can solve this problem.
Thanks in advance...
Your array cnt's size is maxn but xor of numbers smaller than 10^6 can be bigger than that.
I just changed the value of maxn. Here is the submission 16953275
Oh that was the wrong thing the title means :D
Got it!
Thank you...
no problem :D