Search found 1 match

by millan
Wed May 26, 2010 10:42 am
Forum: Volume 100 (10000-10099)
Topic: 10047 - The Monocycle
Replies: 20
Views: 8450

Re: 10047 - The Monocycle

don't print a blank line at the end of the last case, or the judge will give a result of WA instead of PE, which cost me long time to debug.
any other, try the case below if you use a BFS method:

4 7
##....T
##.###.
S..###.
##.....
0 0

the output should be
Case #1
minimum time = 14 sec


hope ...

Go to advanced search