Day 3
This commit is contained in:
@@ -27,7 +27,6 @@ for item in items:
|
||||
sum(vals),
|
||||
prod(vals)
|
||||
))
|
||||
exit()
|
||||
elif new[0] > 0 and new[1] > 0:
|
||||
if new not in tree:
|
||||
tree[new] = item
|
||||
|
||||
Reference in New Issue
Block a user