ROSECODE 308
Nim equations
See problem 307 on Nim operations.
Find the 2 roots of the following equations where Nim operations are used only:
1881x2 + 1923x + 1938 = 0 where roots: x1 < 213 < x2
6273x2 + 2935220086x + 2831770815 = 0 where roots: x3 < 216 < x4
6273x2 + 12997147727796204837x + 11460394964710426743 = 0 where roots: x5 < 224 < x6
Answer format: x1,x2,x3,x4,x5,x6
[My timing: <15s]