An example is the following:
P - your position
X - enemy
.....
.PX..
.....
X's direction is to the left and you decide to go to the right:
.....
.XP..
.....
This is forbidden because you jump over X and he jumps over you.
That still does not answer whether this is possible:
PX
..
to
X.
P ...
Search found 6 matches
- Thu Feb 28, 2008 10:11 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11359 - Guards, Imbecile Guards
- Replies: 6
- Views: 3462
- Mon Feb 25, 2008 2:38 am
- Forum: Volume 113 (11300-11399)
- Topic: 11345 - Rectangles
- Replies: 27
- Views: 11531
Error in statement or data?
I think there is an error in this problem. The problem statement claims that the input will describe the lower left and upper right corners of the rectangle. A situation where the lower right and upper left corners are described should therefore never occur (and a program that encounters such input ...
- Fri Feb 22, 2008 9:24 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11334 - Antenna in the Cinoc Mountains
- Replies: 6
- Views: 4747
Clarification request
There are a lot of things with this problem that I find difficult to understand. I would be happy if someone could help me. (I am a hurry, and should complete this task no later than Monday 25th as it is part of my homework in a course. I have already submitted a solution, which was judged WA.)
For ...
For ...
- Tue Nov 20, 2007 6:02 pm
- Forum: Bugs and suggestions
- Topic: Login problems causing submission mistakes
- Replies: 1
- Views: 1780
Login problems causing submission mistakes
When I get automatically logged out I have to login twice, after which it seems that I have logged in. When I then click on a link I have to login a third time. (I use Mozilla Firefox.) Now this has happened when I submitted a problem. Having logged in I got the message that I had to pick a ...
- Tue Jan 13, 2004 2:12 pm
- Forum: Volume 6 (600-699)
- Topic: 693 - Digital Racing Circuit
- Replies: 3
- Views: 2136
- Tue Jan 13, 2004 9:01 am
- Forum: Volume 6 (600-699)
- Topic: 693 - Digital Racing Circuit
- Replies: 3
- Views: 2136
693 - Digital Racing Circuit
It seems that my program is reading until it runs out of input, and then continues to wait for input, since it changed from TLE to WA when I changed my program so it would exit if it didn't get the input it wanted.
My program does not depend on the amount of whitespace in the input. It does not ...
My program does not depend on the amount of whitespace in the input. It does not ...