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 1216. Two Pawns and One King

Show all messages Hide all messages

One of the tricks:
what's your output for white pawn on a5, black pawn on h2, black king
somewhere, say on c1 and the board is 8*8.
What will you output? What do you think about
1. a5-a6 h2-h1Q
2. a6-a7 Qh1-a8!
In fact, I have found out this trick.... Safe Bird (USU) 30 Oct 2002 15:33
Re: In fact, I have found out this trick.... Leonid Volkov 30 Oct 2002 15:37
Try to think about the position like
White pawn: c5
Black pawn: b6
Black king: a5
WHITE WINS (with c5-c6!)

White pawn: c5
Black pawn: b6
Black king: e5
WHITE WINS (with c5:b6!)

or

White pawn: c4
Black pawn: b5
Black king: a4
BLACK WINS


Aha, and don't forget about following:
White pawn: c4
Black pawn: c3
Black king: c2
WHITE WINS

White pawn: c5
Black pawn: c2
Black king: c3
WHITE WINS

More samples needed :-) ?
Any more samples? Safe Bird (USU) 30 Oct 2002 17:04
> Try to think about the position like
> White pawn: c5
> Black pawn: b6
> Black king: a5
> WHITE WINS (with c5-c6!)
>
> White pawn: c5
> Black pawn: b6
> Black king: e5
> WHITE WINS (with c5:b6!)
>
> or
>
> White pawn: c4
> Black pawn: b5
> Black king: a4
> BLACK WINS
>
>
> Aha, and don't forget about following:
> White pawn: c4
> Black pawn: c3
> Black king: c2
> WHITE WINS
>
> White pawn: c5
> Black pawn: c2
> Black king: c3
> WHITE WINS
>
> More samples needed :-) ?
>
So my answer is "BLACK WINS"! Safe Bird (USU) 30 Oct 2002 15:38