Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

xor of array

Revision en2, by ajaygupta007, 2020-07-24 21:07:47

how to count numbers of pairs in array of size n whose xor is equal than x for each value of 0<=x<=k ? 1<=n<=100000 1<=a[i]<=100000000 1<=k<=100000

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English ajaygupta007 2020-07-24 21:07:47 34
en1 English ajaygupta007 2020-07-24 21:06:34 163 Initial revision (published)