i.trofimow's blog

By i.trofimow, history, 7 years ago, In English

Given 2 mutisets A and B, |A| = |B|, |A|, |B| <= 10^5, 0 <= elements in set <= 10^18. The task is to find such X that A ^ X = B or say that such X doesnt exists. How can one do that? A ^ X means foreach element of A xor it with X

Full text and comments »

  • Vote: I like it
  • +35
  • Vote: I do not like it