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

RobertKhasanov WA 3 Help me [6] // Problem 1033. Labyrinth 14 Dec 2006 22:04
All test in other topics is OK

But my program WA on Test3.

Why?
Syu SeiMin Re: WA 3 Help me // Problem 1033. Labyrinth 24 Mar 2009 10:28
[0..34,0..34].
evjava Re: WA 3 Help me [4] // Problem 1033. Labyrinth 4 Nov 2009 00:15
If you WA3, try use this test:
3
...
.#.
...
my AC program give 108
It's may be help you

if WA4 try
3
...
###
...
ans 108 too

Edited by author 04.11.2009 00:17

Edited by author 04.11.2009 00:17
hinst Re: WA 3 Help me [2] // Problem 1033. Labyrinth 29 Nov 2009 20:34
i have the same problem.
my WA#3 program give 108 on
3
...
.#.
...
Mrw Re: WA 3 Help me [1] // Problem 1033. Labyrinth 23 Feb 2010 13:28
I had have this probrom before I try WA4's test.

3
...
###
...
Answer is 108

WA5's test:

5
..#..
..#..
#####
..#..
..#..

Answer is 108


And there's a BIG TEST

33
............#........#....##.....
....#..##.........#.....##..#....
.....#.##....#...........#.#####.
#..###.....#..............#.....#
......##......#.##..#.....#.....#
###.##.#.........##.#.....#.#.#..
..#..#.##......#.###.#.....#.###.
##.......##....#.#..##.##.#.#....
....##.....#.............#..#....
#...###.###......#..#..#.....###.
##......##..#..#....#......###...
.#...#.#..#######..#..####.......
....##.#.........##....##........
.......#...#......#....###....#.#
....#.#.........#.#..##......#...
#..##..#...#.#..#.#####..##....#.
#.....#......#.#..##.#...#.###...
..........#...#..##....##...#...#
..##.#..#...#..#..##............#
...........#..#.#.#....#.....##..
#.#.#...####..#...#..#....#.#....
.#.....#.#.......##.#.#.#...##.#.
..#..##....#.................#..#
.......#..#.###......#.....#.....
.#.......#.....#.....#...........
....#.####......#....###.........
.#.#.##.#.....##..##........#.##.
..#......#.#.##....#......#.#....
#..........##....#.#..#####.#....
.....#..#.#.....###.....#...#....
#..........#..#.#...##........#..
.......#....#..#.........#.......
.....#..#.......##.##..#.........
ANSWER 7812
oybek Re: WA 3 Help me // Problem 1033. Labyrinth 30 Aug 2014 19:34
My AC code gives 4626
for this test:
33
............#........#....##.....
....#..##.........#.....##..#....
.....#.##....#...........#.#####.
#..###.....#..............#.....#
......##......#.##..#.....#.....#
###.##.#.........##.#.....#.#.#..
..#..#.##......#.###.#.....#.###.
##.......##....#.#..##.##.#.#....
....##.....#.............#..#....
#...###.###......#..#..#.....###.
##......##..#..#....#......###...
.#...#.#..#######..#..####.......
....##.#.........##....##........
.......#...#......#....###....#.#
....#.#.........#.#..##......#...
#..##..#...#.#..#.#####..##....#.
#.....#......#.#..##.#...#.###...
..........#...#..##....##...#...#
..##.#..#...#..#..##............#
...........#..#.#.#....#.....##..
#.#.#...####..#...#..#....#.#....
.#.....#.#.......##.#.#.#...##.#.
..#..##....#.................#..#
.......#..#.###......#.....#.....
.#.......#.....#.....#...........
....#.####......#....###.........
.#.#.##.#.....##..##........#.##.
..#......#.#.##....#......#.#....
#..........##....#.#..#####.#....
.....#..#.#.....###.....#...#....
#..........#..#.#...##........#..
.......#....#..#.........#.......
.....#..#.......##.##..#.........
fytain Re: WA 3 Help me // Problem 1033. Labyrinth 27 Jul 2013 20:29
thanks