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

Pages: 1 2 Next
Give me Test 4 Please!!
I am get WA on test 4.
Re: Give me Test 4 Please!!
Posted by Macarie 8 Sep 2005 13:18
33
.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#...
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#...
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.###.
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#..#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.##.#.#.#.#.#.#.#.#.#.#.#.#.#...
................................#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
##.#.#.#.#.#.#.#.#.#.#.#.#.#.#...
...............................##
#.#.#.#.#.#.#.#.#.#.#.#.#.#.#....


answer: 12384

check other tests at timustests.lx.ro
Re: Give me Test 4 Please!!,but is wrong!
Posted by zzq 2 Jul 2006 21:13
15:  #.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#
16:  ##.#.#.#.#.#.#.#.#.#.#.#.#.#.###.
第15,16行之间不能连通!
Re: Give me Test 4 Please!!
Posted by zzq 2 Jul 2006 21:15
I am get WA on test 4 too!
test 4 is wrong!
Re: Give me Test 4 Please!!
Posted by zzq 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


Re: Give me Test 4 Please!!
Posted by SM 17 Dec 2006 11:38
Thank you very much!You are so clever!
Re: Give me Test 4 Please!!
Posted by StarForever 29 Dec 2006 12:21
....
竟然可以打中文的....
Re: Give me Test 4 Please!!
Posted by veterinarian 28 Feb 2007 10:56
Thanks a million!!!
Re: Give me Test 4 Please!!
Posted by Liu Cong 30 Jun 2007 07:56
可以中文???
Re: Give me Test 4 Please!!
Posted by Liu Strong 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.
Re: Give me Test 4 Please!!
Posted by nub 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.
Re: Give me Test 4 Please!!
Posted by Jim Liang Unidentified 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
Re: Give me Test 4 Please!!
Posted by Nickolas Kakà 7 Apr 2008 20:57
Ha! You're so helpful!
Re: Give me Test 4 Please!!
Posted by yuhc 14 May 2009 17:45
赞~!!中文太棒了~~
Re: Give me Test 4 Please!!
Posted by remdy21 3 Aug 2009 19:49
thanks a lot!!!!!!!!!!!!!!!! :)
Re: Give me Test 4 Please!!
Posted by SubmitRush 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
Re: Give me Test 4 Please!!
Posted by Smilodon_am [Obninsk INPE] 4 May 2011 17:35
Simple test for those who had WA #4:
3
..#
.#.
#..
Answer is 108.
Re: Give me Test 4 Please!!
Posted by iamds 21 Oct 2011 16:43
Thanks! I got WA in test 4 too.
Re: Give me Test 4 Please!!
Posted by Pegasus 6 Apr 2013 11:54
You also used Chinese.
Re: Give me Test 4 Please!!
Posted by Neznakomec 15 Jul 2013 00:47
Hah, i guessed myself that labyrinth can have no way from entrance to exit )
Pages: 1 2 Next