ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1529. Game of Squares

When K = 1 , removed a single cell from line ?
Posted by coder 20 Oct 2021 00:24
When K = 1  ,  removed a single cell from line?
If that right, K = 1 very simple case:  n1 % 2 = 0  lost, n%2 =1 win position (with index=1).
Re: When K = 1 , removed a single cell from line ?
Posted by coder 4 Sep 2023 21:41
For K= 2, seems there only 2x2 rectangle Bob is win :)