|
|
back to boardSome info about this problem Hey, guys. Just wanted to share some information about this problem 1. If your program doesnt work on test #4, than probably the problem is - you "travel" only from the top left corner, but you should "travel" from the lower right corner also. (probably the reason why you should do this is that the labyrinth may be unfinished - sometimes the two ends of it are not connected) 2. If your program doesnt work on test #5 you can find on timustests.lx.ro Hope it will help somebody Re: Some info about this problem Thank you Re: Some info about this problem Posted by Javran 15 Oct 2007 16:24 just work like this: floodfill(1,1); floodfill(n,n); ..... ...... and i got AC ^_^ Re: Some info about this problem Posted by evjava 4 Nov 2009 00:04 Thank you for site |
|
|