chimbunhatvn's blog

By chimbunhatvn, history, 9 months ago, In English

This is the problem I'm trying to solve: 2115D - Gellyfish and Forget-Me-Not. I've read through the editorial but couldn't get all that definition in linear algebra for binary numbers. Can anyone please help me with this. I've been struggle with all the definition for binary space even with those slang its hard for me to find anything online to work with.

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

»
9 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

your rating graph starts from master

»
9 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

https://usaco.guide/adv/xor-basis?lang=cpp

This has everything you need to know for this. Note that the problem you gave isn't entirely trivial once you know the technique.