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 1051. Simple Game on a Grid

I cannot understand what is going on!
Posted by Simeon Iksanov 8 Oct 2004 13:09
Please tell me how stones jump, and what happens if there is another stone. Can I jump over two stones in one grid?
Re: I cannot understand what is going on!
Posted by A new start... 8 Oct 2004 16:07
Stone situated in grid (a;b), then it can move to grid (a+2;b) if it is empty and if there is stone in (a+1;b), stone in (a+1;b) will be taken away;it can move to grid (a;b+2) if it is empty and if there is stone in (a;b+1), stone in (a;b+1) will be taken away; and so on...
P.S. My poor, poor English...
Re: I cannot understand what is going on!
Posted by David Sun 10 Apr 2007 14:45
Your understanding is right... But the discription of the problem is not clear enough. I really can't understand at first.
Re: I cannot understand what is going on!
Posted by xeus 3 Aug 2011 04:05
Emm.. is the rectangle solid? That's not clear.