|
|
back to boardHelp with WA 4 pls Posted by Dmitriy 14 Mar 2021 21:06 Please tell me this test and tell me if the three-time repetition of the position by the king is taken into account (in chess, in this situation there is a draw) Re: Help with WA 4 pls Three-time repetition or the fifty-move rule are not considered in this problem (or at least I didn't implement them and got AC). Re: Help with WA 4 pls I was getting WA #4 because I printed the board and stopped processing the moves after a "Check" message. After fixing this issue I got AC. |
|
|