Browse Source

Solved for sample, not for input

Piotr Czajkowski 4 months ago
parent
commit
474700494b
2 changed files with 145 additions and 3 deletions
  1. 4 3
      23/code.go
  2. 141 0
      23/input

+ 4 - 3
23/code.go

@@ -5,6 +5,7 @@ import (
 	"fmt"
 	"log"
 	"os"
+	"sort"
 )
 
 const (
@@ -134,9 +135,8 @@ func calculate(board [][]byte) int {
 			break
 		}
 
-		last := len(frontier) - 1
-		current := frontier[last]
-		frontier = frontier[:last]
+		current := frontier[0]
+		frontier = frontier[1:]
 
 		if current.x == goal.x && current.y == goal.y {
 			if max < current.steps {
@@ -154,6 +154,7 @@ func calculate(board [][]byte) int {
 				frontier = append(frontier, successors[i])
 			}
 		}
+		sort.Slice(frontier, func(i, j int) bool { return frontier[i].steps > frontier[j].steps })
 	}
 
 	return max

+ 141 - 0
23/input

@@ -0,0 +1,141 @@
+#.###########################################################################################################################################
+#.###.................#.....#...........#.....#.....#...###...###.......#.......#...#...............#####...###...###.......#...#.....#...###
+#.###.###############.#.###.#.#########.#.###.#.###.#.#.###.#.###.#####.#.#####.#.#.#.#############.#####.#.###.#.###.#####.#.#.#.###.#.#.###
+#...#.....#...........#.#...#.........#.#.#...#...#...#.###.#.#...#.....#...#...#.#.#.#.............#.....#.#...#.#...#.....#.#...#...#.#.###
+###.#####.#.###########.#.###########.#.#.#.#####.#####.###.#.#.###.#######.#.###.#.#.#.#############.#####.#.###.#.###.#####.#####.###.#.###
+###...#...#.......#.....#.#...........#.#.#.#...#.#...#.#...#.#...#...#...#.#...#.#...#.>.>.#...#...#.....#.#.#...#.#...#...#...#...###.#.###
+#####.#.#########.#.#####.#.###########.#.#.#.#.#.#.#.#.#.###.###.###.#.#.#.###.#.#######v#.#.#.#.#.#####.#.#.#.###.#.###.#.###.#.#####.#.###
+#####...#.........#.#.....#...........#.#.#.#.#.#.#.#...#...#.#...#...#.#...###...#...#...#...#.#.#.......#...#...#.#.#...#.....#...###.#...#
+#########.#########.#.###############.#.#.#.#.#.#.#.#######.#.#.###.###.###########.#.#.#######.#.###############.#.#.#.###########.###.###.#
+#.......#...#.....#.#...#...#.........#.#.#.#.#.#.#...#.>.>.#.#.###...#.#...........#...#.......#...........#.....#.#.#.#...........#...#...#
+#.#####.###.#.###.#.###.#.#.#.#########.#.#.#.#.#.###.#.#v###.#.#####.#.#.###############.#################.#.#####.#.#.#.###########.###.###
+#.....#.....#.#...#.#...#.#.#...#.....#.#.#.#.#...###...#...#.#.#.....#.#.#.............#.............###...#...#...#.#.#.#...#.......#...###
+#####.#######.#.###.#.###.#.###.#.###.#.#.#.#.#############.#.#.#.#####.#.#.###########.#############.###.#####.#.###.#.#.#.#.#.#######.#####
+#...#.###...#.#.###.#.###.#.###...#...#.#.#.#.#.............#...#.....#.#...#.........#.#.............#...#...#.#.###.#.#.#.#.#.#.......#####
+#.#.#.###.#.#.#.###.#.###.#.#######.###.#.#.#.#.#####################.#.#####.#######.#.#.#############.###.#.#.#.###.#.#.#.#.#.#.###########
+#.#...#...#.#.#...#.#...#.#...>.>.#...#.#.#...#.#...#.....#...#...#...#...###.......#...#.....#...###...#...#...#...#...#...#.#.#...........#
+#.#####.###.#.###.#.###.#.#####v#.###.#.#.#####.#.#.#.###.#.#.#.#.#.#####.#########.#########.#.#.###.###.#########.#########.#.###########.#
+#.#...#...#.#.###.#.#...#.###...#.#...#...#.....#.#...###.#.#.#.#.#.#...#...#.......#...#.....#.#.>.>.###.....#...#.......#...#.#...........#
+#.#.#v###.#.#.###.#.#.###.###.###.#.#######.#####.#######.#.#.#.#.#.#.#.###.#.#######.#.#.#####.###v#########.#.#.#######.#.###.#.###########
+#...#.>...#.#.###...#...#.#...###.#.......#.......###...#...#...#.#.#.#.....#...#...#.#.#.......###.........#.#.#.#.....#.#.....#.....#...###
+#####v#####.#.#########.#.#.#####.#######.###########.#.#########.#.#.#########.#.#.#.#.###################.#.#.#.#.###.#.###########.#.#.###
+#...#...###...#.....#...#.#...###...#...#.#...........#...........#...#...#...#...#...#...###...............#...#...###...#.........#...#...#
+#.#.###.#######.###.#.###.###.#####.#.#.#.#.###########################.#.#.#.###########.###.#############################.#######.#######.#
+#.#...#...#...#...#.#...#.###.....#.#.#.#.#.......................#...#.#.#.#.###.......#...#.#...#...#...#...#.....#...###.......#.#.......#
+#.###.###.#.#.###.#.###.#.#######.#.#.#.#.#######################.#.#.#.#.#.#.###.#####.###.#.#.#.#.#.#.#.#.#.#.###.#.#.#########.#.#.#######
+#...#.....#.#.#...#.###...#.......#...#...#.......................#.#.#.#.#.#...#.....#...#.#...#...#...#...#.#...#.#.#.#...#.....#...#######
+###.#######.#.#.###.#######.###############.#######################.#.#.#.#.###.#####.###.#.#################.###.#.#.#.#.#.#.###############
+###...#...#.#...#...#...###.........#.....#.......................#.#.#.#.#...#.###...###.#.#.................#...#...#.#.#.#.............###
+#####.#.#.#.#####.###.#.###########.#.###.#######################.#.#.#.#.###.#.###v#####.#.#.#################.#######.#.#.#############.###
+#.....#.#.#.#.....#...#.#...........#.#...###.....................#.#.#.#.#...#.#.>.>.###...#.........#.......#...#.....#.#.#...........#...#
+#.#####.#.#.#.#####.###.#.###########.#.#####.#####################.#.#.#.#.###.#.#v#.###############.#.#####.###.#.#####.#.#.#########.###.#
+#.#.....#.#.#.....#...#.#.......#####.#.#...#...................#...#...#...#...#.#.#...#...###.......#.#.....###.#...###.#.#.....#...#.....#
+#.#.#####.#.#####.###.#.#######.#####.#.#.#.###################.#.###########.###.#.###.#.#.###.#######.#.#######.###.###.#.#####.#.#.#######
+#.#.#.....#...#...###.#.#...#...#.....#.#.#.#...#...............#...........#.....#...#...#...#.........#.#.....#.#...#...#.#...#...#.......#
+#.#.#.#######.#.#####.#.#.#.#v###.#####.#.#.#.#.#.#########################.#########.#######.###########.#.###.#.#.###.###.#.#.###########.#
+#.#.#.....#...#.....#.#.#.#.>.>.#.....#.#.#.#.#.#.........#...#.....#.......###...#...###.....#...###.....#...#.#.#.###...#.#.#.#...#.......#
+#.#.#####.#.#######v#.#.#.###v#.#####.#.#.#.#.#.#########.#.#.#.###.#.#########.#.#.#####.#####.#.###v#######.#.#.#.#####.#.#.#.#.#.#v#######
+#...#.....#...#...#.>.#...#...#...#...#.#.#.#.#.....#.....#.#.#.#...#...........#.#.#...#.....#.#.#.>.>...#...#.#.#...#...#.#.#.#.#.>.#...###
+#####.#######.#.#.#v#######.#####.#.###.#.#.#.#####.#.#####.#.#.#.###############.#.#.#.#####.#.#.#.#v###.#.###.#.###.#.###.#.#.#.###v#.#.###
+#...#.........#.#.#.#...###...#...#...#.#.#.#.#.....#.....#.#.#.#...#...#...#...#.#...#.....#.#.#.#.#...#.#...#.#.###.#.###...#...###...#...#
+#.#.###########.#.#.#.#.#####.#.#####.#.#.#.#.#.#########v#.#.#.###.#.#.#.#.#.#.#.#########.#.#.#.#.###.#.###.#.#.###.#.###################.#
+#.#.............#...#.#.......#.#...#.#.#.#.#.#.....#...>.>.#.#...#.#.#.#.#...#.#.#.........#.#.#.#.#...#.....#...###.#.#...............#...#
+#.###################.#########.#.#.#.#.#.#.#.#####.#.###v###.###.#.#.#.#.#####.#.#.#########.#.#.#.#.###############.#.#.#############.#.###
+#...................#.........#...#...#.#.#.#.###...#.#...###.....#.#.#.#.#...#...#.........#...#...#.......#...#...#...#...#.........#.#...#
+###################.#########.#########.#.#.#.###.###.#.###########.#.#.#.#.#.#############.###############.#.#.#.#.#######.#.#######.#.###.#
+#...................###...###...#.....#.#.#.#.#...#...#.....#.....#...#...#.#...#...........#.............#...#...#...#.....#.#.......#...#.#
+#.#####################.#.#####.#.###.#.#.#.#.#.###.#######.#.###.#########.###.#.###########.###########.###########.#.#####.#.#########.#.#
+#...............#...#...#.......#.#...#...#...#...#.#.......#.#...#.....#...#...#...........#.#.........#.#...........#.....#.#...#.....#.#.#
+###############.#.#.#.###########.#.#############.#.#.#######.#.###.###.#.###.#############.#.#.#######.#.#.###############.#.###.#.###.#.#.#
+#...............#.#.#.......#...#.#.......#...###...#.......#.#.#...#...#...#...#.....#.....#...#.......#...###...#.....###...###...#...#...#
+#.###############.#.#######.#.#.#.#######.#.#.#############.#.#.#.###.#####.###.#.###.#.#########.#############.#.#.###.#############.#######
+#.....#...#.......#...#.....#.#.#.#.......#.#.#...#...#...#...#...#...#...#.#...#...#.#.###.....#...............#...#...#...#...#...#.......#
+#####.#.#.#.#########.#.#####.#.#.#.#######.#.#.#.#.#.#.#.#########v###.#.#.#.#####.#.#v###.###.#####################.###.#.#.#.#.#.#######.#
+#...#...#...#.........#...#...#.#.#.....#...#.#.#.#.#...#...#.....>.>.#.#.#.#...#...#.>.>.#.#...#...#.................#...#...#...#.........#
+#.#.#########.###########.#.###.#.#####.#.###.#.#.#.#######.#.#####v#.#.#.#.###.#.#####v#.#.#.###.#.#.#################.#####################
+#.#.#...#...#.......#...#...###...#.....#.#...#.#.#.....###.#...#...#.#.#.#...#...#.....#.#.#...#.#.#.............#...#...#...#.............#
+#.#.#.#.#.#.#######.#.#.###########.#####.#.###.#.#####.###.###.#.###.#.#.###.#####.#####.#.###.#.#.#############.#.#.###.#.#.#.###########.#
+#.#.#.#.#.#.........#.#...#...#...#.....#.#.###.#.###...#...#...#...#.#.#.....#...#.....#.#...#.#.#.#...###.......#.#...#...#...#...#.......#
+#.#.#.#.#.###########.###.#.#.#.#.#####.#.#.###.#.###.###.###.#####.#.#.#######.#.#####.#.###.#.#.#.#.#.###v#######.###.#########.#.#.#######
+#.#...#.#.......#...#.#...#.#.#.#.###...#.#...#.#...#...#.....#...#.#...###...#.#.......#.#...#.#.#...#...>.>.#...#.#...#...#.....#...#...###
+#.#####.#######v#.#.#.#.###.#.#.#.###v###.###.#.###.###.#######.#.#.#######.#.#.#########.#.###.#.#########v#.#.#.#.#.###.#.#.#########.#.###
+#.....#.#...###.>.#.#.#.#...#.#.#.#.>.>...###.#.###.#...#.......#.#...#.....#.#.........#...#...#...#...#...#...#...#...#.#.#.........#.#...#
+#####.#.#.#.###v###.#.#.#.###.#.#.#.#v#######.#.###.#.###.#######.###.#.#####.#########.#####.#####.#.#.#.#############.#.#.#########.#.###.#
+#.....#...#.#...###...#.#...#.#.#...#.......#.#.###...###.......#.#...#.....#.......#...###...#...#.#.#.#.....#.........#.#.#...#...#...#...#
+#.#########.#.#########.###.#.#.###########.#.#.###############.#.#.#######.#######.#.#####.###.#.#.#.#.#####.#.#########.#.#.#.#.#.#####.###
+#.#...#...#.#.....#...#...#.#...#...........#.#.###.....###...#.#.#.....#...#...###...###...#...#...#.#.#.....#.#.....###.#.#.#.#.#.#...#...#
+#.#.#.#.#.#.#####.#.#.###.#.#####.###########.#.###.###.###.#.#.#.#####.#.###.#.#########.###.#######.#.#.#####.#.###.###.#.#.#.#.#.#v#.###.#
+#.#.#.#.#.#.......#.#...#.#.#...#...........#.#...#...#.....#...#.....#.#.....#.....#...#...#.#...#...#...#...#...###...#.#...#.#.#.>.#.....#
+#.#.#.#.#.#########.###.#.#.#.#.###########.#.###.###.###############.#.###########.#.#.###.#.#.#.#.#######.#.#########.#.#####.#.###v#######
+#...#...#.....#...#...#.#...#.#.###...#.....#.....###...#.......#...#.#.#...###.....#.#.#...#.#.#...#.......#...###...#.#.....#...#...#...###
+#############.#.#.###.#.#####.#.###.#.#.###############.#.#####.#.#.#.#.#.#.###.#####.#.#.###.#.#####.#########.###.#.#.#####.#####.###.#.###
+#.............#.#.###.#...#...#.#...#.#.........#...###.#.#.....#.#.#...#.#...#.....#.#.#...#.#.......#.........#...#...#...#.#...#.....#...#
+#.#############.#.###.###.#.###.#.###.#########.#.#.###.#.#.#####.#.#####.###.#####.#.#.###.#.#########.#########.#######.#.#.#.#.#########.#
+#.............#.#...#.#...#...#.#...#.###.......#.#...#.#.#.......#.....#...#.......#.#...#...#.......#.........#...#...#.#...#.#.........#.#
+#############.#.###.#.#.#####.#.###.#.###v#######.###.#.#.#############.###.#########.###.#####.#####.#########.###.#.#.#.#####.#########.#.#
+#...#.........#...#.#.#...#...#.#...#...>.>...###.#...#...#.............###.#.........#...#...#.#...#.......#...###...#.#...###.......#...#.#
+#.#.#.###########.#.#.###.#.###.#.#######v###.###.#.#######.###############.#.#########.###.#.#.#.#.#######.#.#########.###.#########.#.###.#
+#.#.#.......###...#.#.#...#...#.#...#.....#...#...#...#...#.....#...#...#...#.#...#.....###.#.#...#.#.....#.#.#...#...#.#...#.......#.#.....#
+#.#.#######.###.###.#.#.#####.#.###.#.#####.###.#####.#.#.#####.#.#.#.#.#.###.#.#.#.#######.#.#####.#.###.#.#.#.#.#.#.#.#.###.#####.#.#######
+#.#.........#...###.#.#.....#.#.#...#.....#...#.#.....#.#.....#...#...#.#...#.#.#...#...#...#.#...#...#...#.#.#.#...#.#...###.....#...#...###
+#.###########.#####.#.#####.#.#.#.#######.###.#.#.#####.#####.#########.###.#.#.#####.#.#.###.#.#.#####.###.#.#.#####.###########.#####.#.###
+#.........###...###...###...#.#.#.#.......###...#.#...#.#.....#...#.....###...#.#...#.#.#...#.#.#.#...#...#...#...#...#...###...#.......#...#
+#########v#####.#########.###.#.#.#.#############.#.#.#.#.#####.#.#.###########.#.#.#.#.###.#.#.#.#.#.###v#######.#.###.#.###.#.###########.#
+#...#...#.>...#.....#.....#...#.#.#.............#.#.#.#.#.#...#.#.#.###.....###.#.#.#.#...#.#.#.#.#.#.#.>.>.###...#...#.#.#...#.#...#.....#.#
+#.#.#.#.#v###.#####.#.#####.###.#.#############.#.#.#.#.#.#.#.#.#.#.###.###.###v#.#.#.###.#.#.#.#.#.#.#.#v#.###.#####.#.#.#.###.#.#.#.###.#.#
+#.#...#...###.......#.....#...#.#.#.............#.#.#.#.#.#.#...#.#...#...#.#.>.>.#...###.#.#...#.#.#...#.#...#...#...#.#.#...#.#.#.#...#.#.#
+#.#######################.###.#.#.#.#############.#.#.#.#.#.#####.###.###.#.#.#v#########.#.#####.#.#####.###.###.#.###.#.###.#.#.#.###v#.#.#
+#.....................#...#...#...#.............#...#...#.#.#.....#...#...#...#.###...#...#.....#...###...###.#...#...#.#.#...#...#...>.#...#
+#####################.#.###.###################.#########.#.#.#####v###.#######.###.#.#.#######.#######.#####.#.#####.#.#.#.###########v#####
+#.................#...#.....#...###...#.........###...#...#.#.#...>.>.#.....#...#...#.#.#.......#...#...#...#...#.....#.#.#.#####...#...#...#
+#.###############.#.#########.#.###.#.#.###########.#.#.###.#.#.###v#.#####.#.###.###.#.#.#######.#.#.###.#.#####.#####.#.#.#####.#.#.###.#.#
+#...............#...###.....#.#.#...#.#.........#...#.#...#.#...#...#.#...#.#...#.#...#...#...###.#.#.....#...###.......#.#.#.....#...###.#.#
+###############.#######.###.#.#.#.###.#########.#.###.###.#.#####.###.#.#.#.###.#.#.#######.#.###.#.#########.###########.#.#.###########.#.#
+#.............#...#...#.#...#.#.#...#.###.......#...#...#...###...###.#.#.#.###...#.........#...#.#.#...#.....#...#.....#...#.............#.#
+#.###########.###.#.#.#.#.###.#.###.#.###.#########.###.#######.#####.#.#.#.###################.#.#.#.#.#.#####.#.#.###.###################.#
+#...........#...#.#.#.#.#...#.#.....#...#.#####...#...#.......#...#...#.#.#...#.................#.#.#.#.#...###.#.#...#...#...###.....#.....#
+###########.###.#.#.#.#.###.#.#########.#.#####.#.###.#######.###.#.###.#.###.#.#################.#.#.#.###.###.#.###.###.#.#.###.###.#.#####
+#...........###...#.#...#...#.........#.#.......#.###...#...#.....#.....#.....#...........#...#...#.#.#.###...#.#.#...#...#.#.#...#...#.....#
+#.#################.#####.###########.#.#########.#####.#.#.#############################.#.#.#.###.#.#.#####.#.#.#.###.###.#.#v###.#######.#
+#.#...#...###...###...#...#...#...#...#...........#.....#.#.........#...#.....#...........#.#.#...#.#.#.#...#.#.#.#...#...#.#.>.###.........#
+#.#.#.#.#.###.#.#####.#.###.#.#.#.#.###############.#####.#########.#.#.#.###.#.###########.#.###.#.#.#.#.#.#v#.#.###.###.#.###v#############
+#...#.#.#.....#...###.#.#...#...#.#.......#####...#.#.....#...#.....#.#.#.#...#.....#...#...#...#.#.#.#.#.#.>.>.#.#...###.#.###...#.........#
+#####.#.#########.###.#.#.#######.#######.#####.#.#.#.#####.#.#.#####.#.#.#.#######v#.#.#.#####.#.#.#.#.#.###v###.#.#####.#.#####.#.#######.#
+#...#...#.........#...#.#.......#.......#.....#.#...#.#.....#...#...#.#...#...#...>.>.#.#...#...#.#.#.#.#.#...###.#.....#.#.#.....#.#.......#
+#.#.#####v#########.###.#######.#######.#####.#.#####.#.#########.#.#.#######.#.###v###.###.#.###.#.#.#.#.#.#####.#####.#.#.#.#####.#.#######
+#.#...###.>.......#...#.#...###.....#...#.....#.......#.........#.#.#.......#...###...#...#.#...#.#.#.#...#.....#.#...#.#.#.#.....#.#.#.....#
+#.###.###v#######.###.#.#.#.#######.#.###.#####################.#.#.#######.#########.###.#.###.#.#.#.#########.#.#.#.#.#.#.#####.#.#.#.###.#
+#...#.#...#.......#...#.#.#.#.....#.#.#...#.....#...#...........#.#.#.....#...###...#.###.#.###.#.#.#.#.........#...#.#.#.#.#.....#.#.#...#.#
+###.#.#.###.#######.###.#.#.#.###.#.#.#.###.###.#.#.#.###########.#.#.###.###.###.#.#.###.#.###.#.#.#.#.#############.#.#.#.#.#####.#.###.#.#
+#...#...#...###...#...#.#.#.#...#.#.#.#...#.#...#.#.#.........###.#.#.###...#.#...#...###...###...#...#.............#.#.#...#.......#.....#.#
+#.#######.#####.#.###.#.#.#.###.#.#.#.###v#.#.###.#.#########.###.#.#.#####.#.#.###################################.#.#.###################.#
+#.......#...#...#.#...#.#.#...#.#.#.#...>.>.#...#.#.#...###...#...#...#...#.#.#.....#.....#...#...###...#...........#...#...............#...#
+#######.###.#.###.#.###.#.###.#.#.#.#####v#####.#.#.#.#.###v###.#######.#.#.#.#####.#.###.#.#.#.#.###.#.#.###############.#############.#.###
+#...#...#...#...#...#...#.###.#.#.#.#.....###...#.#.#.#...>.>...#...###.#...#.#.....#.#...#.#...#.#...#.#.....#...#...###.............#.#.###
+#.#.#.###.#####.#####.###.###.#.#.#.#.#######.###.#.#.#####v#####.#.###.#####.#.#####.#.###.#####.#.###.#####.#.#.#.#.###############.#.#.###
+#.#.#...#.....#...#...#...###.#.#...#.......#...#.#.#.....#.......#...#.#...#.#...###.#...#.....#.#...#.#...#...#...#...#...#...#.....#...###
+#.#.###.#####.###.#.###.#####.#.###########.###.#.#.#####.###########.#.#.#.#.###.###.###.#####.#.###.#.#.#.###########.#.#.#.#.#.###########
+#.#...#.....#.#...#...#...###.#...#####...#...#...#.......#.....#.....#...#...###...#.#...#.....#.#...#...#.....#.......#.#...#.#.......#...#
+#.###.#####.#.#.#####.###.###.###.#####.#.###.#############.###.#.#################.#.#.###.#####.#.###########.#.#######.#####.#######.#.#.#
+#...#.......#.#.....#...#.#...#...#.....#.....#.........###...#...#.........#.......#.#...#.....#.#...........#.#.......#.....#.#.......#.#.#
+###.#########.#####.###.#.#.###.###.###########.#######.#####.#####.#######.#.#######.###.#####.#.###########.#.#######.#####.#.#.#######.#.#
+#...#.......#.......###...#.....###.......#...#.......#...#...#.....#.......#.......#...#.....#.#...#.....###.#.........#...#.#.#.#.......#.#
+#.###.#####.#############################.#.#.#######.###.#.###.#####.#############.###.#####.#.###.#.###.###.###########.#.#.#.#.#.#######.#
+#...#.#.....###...###...###...#####...#...#.#.#...###...#.#.....#.....#.....#...#...###.#.....#.#...#...#...#.........###.#.#.#.#...#.......#
+###.#.#.#######.#.###.#.###.#.#####.#.#v###.#.#.#.#####.#.#######.#####.###.#.#.#.#####.#.#####.#.#####.###.#########.###.#.#.#.#####.#######
+###...#...#.....#...#.#.#...#...#...#.>.>.#.#.#.#.#...#.#.###.....#...#.#...#.#.#.#...#.#.#...#.#.#...#.#...#.........#...#.#.#.....#.......#
+#########.#.#######.#.#.#.#####.#.#######.#.#.#.#.#.#.#.#.###v#####.#.#.#.###.#.#v#.#.#.#.#.#.#.#.#.#.#.#.###v#########.###.#.#####.#######.#
+#.........#.......#...#.#...#...#.......#.#.#.#.#...#.#.#.#.>.>.#...#.#.#...#.#.>.>.#.#.#.#.#.#.#.#.#.#.#.#.>.>.###...#...#.#.#...#.#...#...#
+#.###############.#####.###.#.#########.#.#.#.#.#####.#.#.#.###.#.###.#.###.#.#######.#.#.#.#.#.#.#.#.#.#.#.###.###.#.###.#.#.#.#.#.#.#.#.###
+#.......#...#...#.....#.#...#.....#...#.#.#.#.#...#...#.#.#...#.#.#...#.###.#...#####...#.#.#...#.#.#...#.#.###...#.#.###.#.#.#.#.#...#...###
+#######.#.#.#.#.#####.#.#.#######.#.#.#.#.#.#.###.#.###.#.###.#.#.#.###.###.###.#########.#.#####.#.#####.#.#####.#.#.###.#.#.#.#.###########
+#.......#.#...#.......#.#.#.......#.#.#.#.#.#...#.#...#.#.....#.#.#...#...#...#...#####...#.#.....#...#...#.....#...#...#.#.#...#.......#...#
+#.#######.#############.#.#.#######.#.#.#.#.###.#.###.#.#######.#.###.###.###.###.#####.###.#.#######.#.#######.#######.#.#.###########.#.#.#
+#.......#.......#...###...#.......#.#...#.#.#...#.#...#.......#.#.#...#...###...#.....#...#.#...#.....#...#.....#.......#.#.###...###...#.#.#
+#######.#######.#.#.#############.#.#####.#.#.###.#.#########.#.#.#.###.#######.#####.###.#.###.#.#######.#.#####.#######.#.###.#.###v###.#.#
+#.......#.....#...#.........#.....#.....#.#.#...#.#...#...#...#...#...#.###...#...#...###.#...#.#.###.....#.###...#.....#.#...#.#.#.>.#...#.#
+#.#######.###.#############.#.#########.#.#.###.#.###.#.#.#.#########.#.###.#.###.#.#####.###.#.#.###.#####.###.###.###.#.###.#.#.#.#v#.###.#
+#.#.....#...#...#...#.......#.....#...#.#.#...#.#.###.#.#.#.......#...#...#.#.....#...#...#...#.#.#...#...#...#...#.#...#.###.#.#.#.#.#.#...#
+#.#.###.###.###.#.#.#.###########.#.#.#.#.###.#.#.###.#.#.#######.#.#####.#.#########.#.###.###.#.#.###.#.###.###.#.#.###.###.#.#.#.#.#.#.###
+#...###.....###...#...###########...#...#.....#...###...#.........#.......#...........#.....###...#.....#.....###...#.....###...#...#...#...#
+###########################################################################################################################################.#