Difference between revisions of "2021 USAMO Problems/Problem 3"
m (Added a solution section (what is the answer?)) |
|||
Line 13: | Line 13: | ||
</asy> | </asy> | ||
For which <math>n</math> is it possible that, after some non-zero number of moves, the board has no stones? | For which <math>n</math> is it possible that, after some non-zero number of moves, the board has no stones? | ||
+ | == Solution (WIP) == |
Revision as of 11:32, 26 February 2023
Let be an integer. An board is initially empty. Each minute, you may perform one of three moves: [list] [*] If there is an L-shaped tromino region of three cells without stones on the board (see figure; rotations not allowed), you may place a stone in each of those cells. [*] If all cells in a column have a stone, you may remove all stones from that column. [*] If all cells in a row have a stone, you may remove all stones from that row. For which is it possible that, after some non-zero number of moves, the board has no stones?