Re: 10707 - 2D-Nim
Posted: Fri Jun 16, 2017 3:53 pm
I wonder how this code work while it prints YES for this test case:
and they are clearly inequivalent. Or I am getting something wrong ?
Code: Select all
1
3 2 4
0 0 1 0 2 0 1 1
0 0 1 0 2 0 2 1
.*.
***
..*
***