Search found 7 matches
- Sat Jul 26, 2008 3:27 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11414 - Dream
- Replies: 8
- Views: 7873
Re: 11414 - Dream
Thank you, helloneo! I will try!
- Thu Jul 24, 2008 5:03 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11414 - Dream
- Replies: 8
- Views: 7873
Re: 11414 - Dream
I have no idea to solve this problem.
Would someone give me a hint?
Would someone give me a hint?
- Wed Jun 25, 2008 7:28 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11405 - Can U Win?
- Replies: 15
- Views: 8128
Re: 11405 - Can U Win?
I'm sorry that I misunderstood your algorithm. It's not same to mine. and I think you have misread problem statement.
Problem statement says, "your sister will lose if and only if she loses all her pawns" and "Can U Ensure your Win making not more than n legal (or illegal?) moves".
This means that ...
Problem statement says, "your sister will lose if and only if she loses all her pawns" and "Can U Ensure your Win making not more than n legal (or illegal?) moves".
This means that ...
- Mon Jun 23, 2008 4:15 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11405 - Can U Win?
- Replies: 15
- Views: 8128
Re: 11405 - Can U Win?
My algorithm is maybe same to you.
However, your program allow you to move your knight n+1 times.
It should be only n times.
However, your program allow you to move your knight n+1 times.
It should be only n times.
- Mon Jun 23, 2008 3:16 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11405 - Can U Win?
- Replies: 15
- Views: 8128
Re: 11405 - Can U Win?
My answer is no.
I think you can find your mistake with that input.
(Hint: There are 3 'p's in the input, but you can move your knight at most 2 times...)
I think you can find your mistake with that input.
(Hint: There are 3 'p's in the input, but you can move your knight at most 2 times...)
- Mon Jun 23, 2008 2:13 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11405 - Can U Win?
- Replies: 15
- Views: 8128
Re: 11405 - Can U Win?
try folloing input

Code: Select all
1
2
........
.K....k.
....P...
.....P..
...P....
........
........
.p......
- Mon Jan 07, 2008 5:45 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11383 - Golden Tiger Claw
- Replies: 10
- Views: 3622