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 1033. Labyrinth

ramil_xp Хуснутдинов Рамиль Give me Test 4 Please!! [22] // Problem 1033. Labyrinth 7 Sep 2005 18:15
I am get WA on test 4.
Macarie Re: Give me Test 4 Please!! [1] // Problem 1033. Labyrinth 8 Sep 2005 13:18
33
.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#...
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#...
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.###.
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.##.#.#.#.#.#.#.#.#.#.#.#.#.#...
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#....


answer: 12384

check other tests at timustests.lx.ro
15:  #.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
16:  ##.#.#.#.#.#.#.#.#.#.#.#.#.#.###.
第15,16行之间不能连通!
zzq Re: Give me Test 4 Please!! [8] // Problem 1033. Labyrinth 2 Jul 2006 21:15
I am get WA on test 4 too!
test 4 is wrong!
zzq Re: Give me Test 4 Please!! [7] // Problem 1033. Labyrinth 2 Jul 2006 21:47
我知道TEST 4怎么WA的了!
有几点要归纳出来:
1:
ural 有保留字:
Following words are reserved. For Pascal: as
class
dispose
except
exit
exports
 false
finalization
finally
initialization
is
library
 new
on
property
raise
true
 try
我就使用了"try"这个保留字,结果就编译错误了。
2:
第四个数据的底15,16行不能连通!
所以:要从点(1,1)与点(N,N)分别搜索!(我是广搜)
如果只从点(1,1)开始搜,结果为:5760。
如果只从点(N,N)开始搜,结果为:6624。
两者之和正好是正确答案:12384 !

希望我写的这些对你有用!
                                 IMS:WITHOUT WAX
                              CS,HN,CHINA
                           2006,07,02    23:55


SM Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 17 Dec 2006 11:38
Thank you very much!You are so clever!
StarForever Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 29 Dec 2006 12:21
....
竟然可以打中文的....
veterinarian Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 28 Feb 2007 10:56
Thanks a million!!!
Nickolas Kakà Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 7 Apr 2008 20:57
Ha! You're so helpful!
yuhc Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 14 May 2009 17:45
赞~!!中文太棒了~~
remdy21 Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 3 Aug 2009 19:49
thanks a lot!!!!!!!!!!!!!!!! :)
fex Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 16 Oct 2017 18:31
you are so clever ! Thanks very much !
Liu Cong Re: Give me Test 4 Please!! [3] // Problem 1033. Labyrinth 30 Jun 2007 07:56
可以中文???
Liu Strong Re: Give me Test 4 Please!! [2] // Problem 1033. Labyrinth 5 Oct 2007 20:05
上面的几位聪明的中国大牛同胞,看没看见下面的Rules?明确写着“Messages should be written in English.(消息必须用英文写)”,请遵守规则,谢谢。
-------
To my clever Chinese friends above, didb't you see the Rules below? It says clearly that "Messages should be written in English." Please obey that. Thanks.
Pegasus Re: Give me Test 4 Please!! [1] // Problem 1033. Labyrinth 6 Apr 2013 11:54
You also used Chinese.
Neznakomec Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 15 Jul 2013 00:47
Hah, i guessed myself that labyrinth can have no way from entrance to exit )
nub Re: Give me Test 4 Please!! [4] // Problem 1033. Labyrinth 23 Nov 2007 04:37
the thing is, there doesn't have to be a path from 1,1 to n,n, so you have to check both sides.
Jim Liang Unidentified Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 28 Mar 2008 06:14
i got WA at test 4 ,too!

thank you!!

why cant't discussion be written in chinese or russia??

# Messages should NOT contain source code (especially correct solutions). why??  i think source code indeed may cause cheat,but someone who always gets WA really need them to improve

Edited by author 28.03.2008 06:14

Edited by author 28.03.2008 06:15
SubmitRush Re: Give me Test 4 Please!! [1] // Problem 1033. Labyrinth 13 Aug 2009 08:09
Good Point~
Thankx
The reanson why Test#4 is valid is we can enter upper left as well as lower right.
nub wrote 23 November 2007 04:37
the thing is, there doesn't have to be a path from 1,1 to n,n, so you have to check both sides.

Edited by author 13.08.2009 08:22
Smilodon_am [Obninsk INPE] Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 4 May 2011 17:35
Simple test for those who had WA #4:
3
..#
.#.
#..
Answer is 108.
Vlad Costin Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 3 Nov 2017 22:50
Thank you very much!
iamds Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 21 Oct 2011 16:43
Thanks! I got WA in test 4 too.
Sergey Ubogov Re: Give me Test 4 Please!! // Problem 1033. Labyrinth 16 Mar 2016 19:27
.#.
.#.
.#.
answ 108