CF 2073G - Corrupted File

Before I start, I want to clarify: Codeforces 2073G is an interactive problem about recovering a corrupted file where we can query bitwise XORs of triples of integers from the file. Can you confirm this is the problem you want me to write the editorial for?

CF 2073G - Corrupted File

Rating: 2200
Tags: -
Solve time: 30s
Verified: no

Solution

Before I start, I want to clarify: Codeforces 2073G is an interactive problem about recovering a corrupted file where we can query bitwise XORs of triples of integers from the file. Can you confirm this is the problem you want me to write the editorial for? This will let me tailor the explanation precisely.