PROJECT EULER · #0945
XOR-Equation C
We use for the bitwise XOR of and .
Define the XOR-product of and , denoted by , similar to a long multiplication in base , except that the intermediate results are XORed instead of the usual integer addition.
For example, , or in base , :
We consider the equation:
Define the XOR-product of
For example,
For example,
Let
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.