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 1643. Attack of the Dark Fortress

Roman wa19 [4] // Problem 1643. Attack of the Dark Fortress 28 Oct 2008 23:30
why?
Hanzbrow (TNU) KCC Re: wa19 // Problem 1643. Attack of the Dark Fortress 12 Jul 2009 18:09
noone knows
C2H5OH Re: wa19 [2] // Problem 1643. Attack of the Dark Fortress 16 Jun 2011 16:45
I had the same WA19. This test helped me figure out the issue

10 10
......#!#.
......##Z.
...Z......
...Z*.....
...ZKK....
......##..
.....K.##.
.....##$#.
......###.
..........
correct answer is 3, but my old code generated 4
Koumei Re: wa19 // Problem 1643. Attack of the Dark Fortress 31 Oct 2011 22:16
my code gives 3, but I still got WA#19
MishaRash Re: wa19 // Problem 1643. Attack of the Dark Fortress 30 Jul 2015 20:02
Thank you very much! This test helped me when I had problems with test 11.