Added 2017/14

This commit is contained in:
2024-11-25 17:42:14 +01:00
parent e4caab3731
commit 9e64b27a26
9 changed files with 310 additions and 5 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ from fred import list2int, ppprint
input_f = 'input'
part = 3
part = 2
#########################################
# #
@@ -100,7 +100,7 @@ if part == 1:
# Part 2 #
# #
#########################################
if part == 2:
if part == 3: #ugly not workng
grid_length = 7
for i in range(0,grid_length):
grid.append([])
@@ -176,7 +176,7 @@ if part == 2:
if part == 3:
if part == 2:
grid_length = 100
scanners = {}
for i in range(0,grid_length):