diff --git a/2025/d04/ex1/ex1.py b/2025/d04/ex1/ex1.py deleted file mode 100755 index a57ab72..0000000 --- a/2025/d04/ex1/ex1.py +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/env python - -import itertools -import sys -from typing import NamedTuple - - -class Point(NamedTuple): - x: int - y: int - - -def solve(input: list[str]) -> int: - def parse(input: list[str]) -> set[Point]: - return { - Point(x, y) - for x, line in enumerate(input) - for y, c in enumerate(line) - if c == "@" - } - - def is_accessible(point: Point, rolls: set[Point]) -> bool: - assert point in rolls # Sanity check - return ( - sum( - Point(point.x + dx, point.y + dy) in rolls - for dx, dy in itertools.product(range(-1, 1 + 1), repeat=2) - if dx != 0 or dy != 0 - ) - < 4 - ) - - rolls = parse(input) - return sum(is_accessible(p, rolls) for p in rolls) - - -def main() -> None: - input = sys.stdin.read().splitlines() - print(solve(input)) - - -if __name__ == "__main__": - main() diff --git a/2025/d04/ex1/input b/2025/d04/ex1/input deleted file mode 100644 index b59988a..0000000 --- a/2025/d04/ex1/input +++ /dev/null @@ -1,137 +0,0 @@ -@@@@@.@@@@@@@.@.@@@.@@@..@@@@@@...@...@@...@@@@@@@@.@@@@@@@@@@@@@@@@@...@@@..@@@.....@..@@@@@.@@@@...@@@@@@@@@@@@.@@@@@@.@..@@@@@..@.@@.. -...@@@.@@@..@@@@..@.@..@@....@@.@@@.@...@.@@@...@@.@@@..@@@.@@@..@.@@.@.@.@@..@@@@@..@@@@.@@@@.@@.@@@@..@@.@@.@@.@@@@.@@.@@@@@@@@.@.@..@@ -@@.@@@@@@..@@..@@@@@@.@@@@@.@..@@@@@@@.@.@@.@..@..@@@@.@@.@@@..@@.@@.@@.@.@@@.@@@.@@@@@@@@.@.@@@@..@@@..@@@.@.@.@@@@.@@@@@@@@@@..@...@@.@ -.@@@@.@@.@@@.@@@@@@@@@..@.@@@.@@@.@@@@@@.@@@@.@...@@@..@@....@@@@.@.@.@@...@.@@@..@@@.@@@@@@@@@@@......@.@@@@.@@@@@@.@..@@@@.@.@.@.@@@@@. -@@@@@@@.@@..@@@@@@.@@@@@.@@@..@.@@@@.@@@@@..@@@@@@@@@@@@.@@@.@@@.@@@.@@@.@.@.@@.@..@@..@@@@..@.@@.@.@@......@@@.@.@.@@...@@@@@.@@@@@@@.@. -.@...@..@@@..@@@@@@@@.@.@.@.@.@@.@.@.@@.@.@@...@..@.@.@@@.@@@..@@@@@@.@@@@..@@.@.@@.@..@.@@@@@.@@.@..@@@@..@@@@@.@@@@@.@.@@.@@@..@...@@.@ -.@.@@.@..@.@.@.@@@@@.@.@@@@.@.@@@@..@@..@..@.@@@.@@@.@@@.@.@@@.@..@@@@@@@@@.@@@@@@.@@@@@@..@.@@@@...@.@@@@@@.@.@@@@@@@@@@@@@@@.@@..@@@@@. -@@@...@.@@@.@@@@@@.@@@@..@@..@@.@.@@.@..@@.@...@@@.@@@.@@@.@.@@@@..@@@@.@@.@@@.@@@.@.@..@@.@@..@@@@@@@....@@@@@@@@@@@.@..@@.@.@@@@@.@@@.. -@@@.@@.@@...@@@@@@@@@@@.@...@.@...@@@@...@@@@@@@.@@....@.@@.@..@@.@.@.@.@...@@.@....@@..@..@.@@@@@..@@@@.@@@@@@..@@.@@.@..@@@@@@@@@.@@.@@ -@@...@@@@@@.@.....@@@.@@@@@@..@.@.@.@@@.@..@@@@@@.@@@@@@@@.@@@@@.@@.@.@..@...@....@@@.@@@..@@@@@@@@...@..@@@@@@.@@@@@@.@@@..@@@@@@..@.@@. -@@...@@..@@@@@...@@@@@.@..@.@..@@.@.@...@.@@@@@@@@@@.@...@@..@@@.@@@@..@@..@...@@@...@...@.@.@.@@..@@@.@@.@@@@@@@@.@@@@@@@@...@.@.@@.@@@@ -.@@...@@.@.@@.@@@.@.@@@..@@@@@@.@.@@..@@...@@.@..@@..@.@@@.@@@@@@@@.@@.@@.@@@@@@@..@@@.@@..@@@@.@.@.@.@@@@.@@.@.@@@@@@@@..@@@@.@@@@..@.@@ -@.@.@@@@@.@..@@.@@....@.@@.@@@@@@@@@@.@.@@@.......@@@@.@@..@@.@@.@@@.@@@@@@@@.@.@.@.@@@.@@@@..@....@.@@@@....@...@.@@.@@@@..@......@@..@. -@....@@@@@@@@@@@@@@@@@@.@...@@.@@.@@@@@@@@.@.@@@@@@@.@@@@@@.@@@@@@..@..@@..@....@..@@@@..@@@..@@@@.@.@@@.@.@....@@.@@...@@.@.@.@@@@.@@@.@ -@.@@@@@.@@@@..@@..@@@@...@@.@@@@@..@@.@@@@@@@@@@.@@@@@@@.@..@.@@.@@..@@@@.@@@@.@@@.@.@..@@@.@..@@@.@.@@@.@@.@@.@@..@@@@@.@..@@@@@@@@@@@@. -@@@@.@@@@@.@@.@@@@@.@@@.@@@.@@..@@@@.@@@..@.@.@@@@...@@.@@@.@@.@.@@@@@@.@.@@@@@@@..@@@@@@..@@@.....@.@.@@@@@....@.@@..@.@@..@@@@@@.@@@@.. -@.@@.@@@@.@@@@@.@@.@@@@@.@...@@@.@@@@.@.@.@@@@@.@.@@.@@@@...@...@..@.@.@@@.@@@@@.@@@@.@.@@@.@@@@@@.@@@.@.@@@.@@@@..@@@.@@.@@@@@@@.@@@@@@@ -...@.@@.@@@@.@@.@@@.@@@.@..@..@@..@@@.@@@.@.@.@.@@@..@.@@@@.@@.@@@@@@@@@..@@.@@@@@..@@@@..@@..@.@@.@@.@@.@@@..@.@@@@.@@@@@..@@.@@.@@@@.@@ -.@@@....@...@@@@.@.@.@.@@@..@..@@@@@.@@@..@.@@.@@@@@@.@@@@@@@@@@@..@.@@...@@.@..@....@.@@.@@@..@..@@@@@.@.@.@.@.....@@.@@.@@@@.@.@@@@@@@. -.@@.@.@..@@.@..@..@@@.@@@@@@.@@@@@@.@.@.@@.@@@.@..@..@@..@@.....@@@....@@@@@..@@@@@@....@@@...@@.@...@@@.@@@@.@.@@@@.@@@@@.@.@@..@.@@@.@. -.@@@@.@@.@.@......@@@@@@@.@@.@@..@@@@.@@.@@@@@@..@@@.@@@..@@..@.@@@@@..@......@..@.@.@..@@.@@@.@.@@@.@@@.@@@..@@@@@@..@@@@@@...@@@@@@@.@@ -..@@.@@..@@@..@...@@.@@@@...@@@.@@@@.@@@..@@@.@@@.@@@@.@.@...@@@@@.@@...@@.@@@.@@@@.@@@@@..@.@@@@@@@@@@@..@@@@@@..@@@.@@.@.@.@@@@..@..@@@ -.@@@@.@..@.@@@..@@.@..@.@@@.@@.@@.@.@..@@.@..@@.@.@@..@@@@...@.@@@..@.@.@.@@@.@@.@@.@@@..@@@@@@@@@@@@.@@.@@@@.@@.@@@@@.@@.@..@@....@@@@.. -@..@@.@@@@@.@@@@.@.@@@@@...@@@@..@@@@@.@.@@@..@@@@....@@@@.@@..@@@.@.@@.@@@@@@@@@.@..@..@@.@@@.@@@.@@..@.@@.@@..@@..@@@@@.@..@@.@@@@@@.@. -@@@@@@@@....@.@.@@@.@....@@@..@.@....@@@...@@.@.@@...@@...@.@.@@@@@@....@@@@.@@..@@@@@@.@@@@..@.@@@@@@@@@.@@.@@@.@.@@@..@.@@..@@@@..@@.@@ -@...@@@@@@@@.@@@@@@@..@.@.@@@@@...@@.@..@.@@@@...@@@...@@@@@@@@@@@.@@@@.@@@@@@.@@.@@@@@@@.@@@.@.@@.@@.@@@@@@.@..@@@.@.@.@...@@@........@. -@@@.@@.@.@.@@.@@@@..@@.@@.@@@..@@@...@@@@..@.@@@@.@.@.@.@@@.@@@@.@@...@@@@@.@.@@.@.@@@.@.@@.@@@.@@@.@@.@@@@.@...@..@@@.....@@@.@@@.@@.@.@ -@.@.@@..@@.@@@@@@.@@@@@@@@.@..@@@@..@@.@@..@@@@@@..@...@@.@@.@.@.@.@@@@..@..@..@@@.@..@..@@@@@.@.@.@@@@@.@@@@@.@.@@..@@@@@.@@@..@@@@@.@.@ -@@..@@@.@..@..@@..@@@@.@@@@.@.@@@..@.@@..@@@.@.@@..@.@@.@@@.@.@@@@.@..@@..@@@..@@@..@@@...@@.@@@@..@@@@@@@@.@@..@...@@@..@@@.@.@@.@@...@@ -@...@@@.....@@@@@.@.@.@@..@@....@@@@@.@@@..@.@@@@@@@@.@@@.@@@.@@@@@.@.@.@@.@@.@.@..@..@@.@.@@@@@@@@.@@.@@@@..@@@@.@@@@...@...@@@@@..@@@@@ -@@@.@.@@...@.@.@.@@@@@@@....@@@@@@@.@@@@.@@.@@.@.@...@..@@.@.@@@@@@@@@@@.@.@.@@@@@@.@....@@@.@@@@@@@@@@..@@@.@@.@@..@.@@.@.@..@.@@@@@@@@. -.@....@@@.@.@@@@@.@..@.@@@.....@.@@@.@.@.@@@.@@@.@..@...@.@.@@@@@@.@@.@.@..@.@@..@@@@.@@@.@@@@@..@..@@@@@..@@@@@.@..@@.@@@@......@@@.@@.@ -@.@...@@@@@@@.@..@....@@@@..@@..@@@@.@.@@@@@@@@@.@.@.@.@@.@@@.@..@@@@@@...@@..@@@.@.@@@@.@@@@..@@.@.@...@..@..@.@@@...@@@@@@.@..@@@@@@... -@@@@@..@..@.@.@@.@@@@@.@@@..@.@@@..@@..@@.@@.@@@@.@@.@...@@@..@.@@@.@@@.@@@@@@@@@.@@.@@.@@@@..@@@@@..@@@@@..@..@@.@@@@@@@..@@.@@.@@..@.@. -@@@@@..@@@@@.@@@@@.@@@@@@@.@@@@@@@@@@@.@.@@@@@.@.@@@....@@@@.@.@..@.@@..@.@..@@.@@@..@@@@@.@@@.@.@.@@@@.@@@.@@@@...@.@@@.@.@@.@@.@.@...@@ -@@@.@.@@.@@@@@.@.@.@...@@@.@@@..@@@@@@@@@.@@@@@@@@@@@@@@@@...@..@..@.@@.@..@@.@@@...@..@.@@.@@@@.@@@@@..@.@@@.@@@..@@@..@@.@@.@@@..@..@@@ -.@@@.@.@@@@@@.@@.@@.@@...@.@.@@@@...@.@.@@...@@.@@..@.@.@@....@@@.@..@@.@@@.@.@..@..@@@@@.@@..@....@@@@@@.@@@@@.@@@@@@.@@..@@@@@..@@@.@@@ -..@.@@@@.@@@..@@@@.@@@.@@@..@@@.@..@@@@@@.@@..@..@@.@@..@.@@.@@@@@@.@@@.@...@@@@.@..@.@@@.@@.@@.@..@@@.@..@.@@.@..@@@@@.@.@@.@@@@@@@.@@.. -@@@@.@@@@@..@..@@@.@..@@@@@.@@@.@@@@..@.@@.@@@@.@@@@@.@.@.@@@@@.@@@@..@@.@@..@@@..@@..@@@@@@.@.@.@...@..@@.@.@@.@..@@@@@@.@..@@.@.@@@@@.. -@@@.@@@@@.@@@.@@@@@@@@@@@@@@@@..@@..@@..@@@@@@@@..@@@.@@@@...@..@.@@@@@.@.@@...@.@..@.@@@@@@.@@@@..@...@@@.@.@..@@@@.@@@@@@@@@@.@@.@@.@@@ -@.@@@@.@.....@@@@@.@@......@@@.@@...@.@@@@@.@.@@@@..@...@..@@..@@.@.@@..@..@..@.@@@.@@@@@@.@@@.@@@.@@..@.@@.@.@@....@.@..@...@@.@.@@@@@.@ -@@@@.@@@@@@..@@.@.@@.@@.@....@@@...@.@@@@@.@..@@@.@@@@@@@@@@@@@@.@.@@@.@.@@@.@.@@.@@.@@@@..@@@@.@@..@@@..@...@..@@.@@@@@@@@.@@@@@.@@@@@@. -.@@...@.@....@@@@..@@.@@@@@@..@@@@@.@@@@@@@...@....@@@@@.@@.@@.@..@@@@@@.@...@@@@.@@@.@@@@..@@.@.@.@.@@@.@..@@@...@@@@@@.@@@@..@...@@..@@ -.@...@@@@..@@@@@..@@@..@@@@@@@.@.@@..@..@@.@..@@@@@.@.@@.@..@@@@@..@...@@.@@@.@@.@@@@@@..@....@...@@@@@@@.@@@@@.@@@@@@.@......@@.@.@..@.. -@.@@.@.@@@@@@.@.@@@.@@...@.@..@@@@@.@@@.@.@@..@.@.@@@.@@.@@@@@@.@@@@@@..@@.@..@.@...@@.@@@@@.@@@@.@@.@@@@@..@@.@@@@@@@@@..@@@@.@@.@@@@@@. -@@.@.@.@@@.@@@.@@@...@@@@@@.@.@@@@@.@@@@@.@..@@.@..@.@@.@@@.@@@@..@@@@...@..@@@..@@@@@.@@@@@@@.@...@@.@@.@@@@..@@@@....@@@.@.@.@@.@@..@@@ -.@.@@@@.@.@..@@@@.@@@@..@@@@@.@@.@...@@@@.@.@.@@@@.@.@@@.@@..@@.@@.@.@.@..@..@@@@@.@.@..@@@@.@@..@.@@.@..@.@@.@@@@@@@@@@@@@@@@@@..@@@@@@. -@@@@@.@@.@@@@.@@@@@.@.@@@@.@..@@@@@.@@@.@@...@@.@@..@@@@.@@@@@.@@@.@@.@.@@@@@@.@@@.@@@@@.@@@@.@.@@@@@..@.@@@@@@@..@@...@@@.@...@@@...@..@ -@@@@@....@.@..@@@.@@@.@..@..@...@.@@.@@@@@@@.@@@@.@@@.@@@@@@...@@@@.@@.@..@@@@.....@@@.@.@@@...@@@.@@.@@@.@..@..@@@@.@@..@@...@@@....@@@. -.@@@@@@@..@.@.@.@..@@@@@@@@@@.@@@@.@@@@@@@.@@@@@..@@@..@..@@..@@..@@@@@@..@@@.@@@@.@@...@..@.@.@@@@@@@@@@.@@@@.@@@@@.@@@@..@@..@@@@@@@@.. -@@@.....@@.@@@@@@..@@@...@@@@.@@..@@@@@@...@@@@@@..@.@@@@.@@@@.@@.@@..@@@@..@..@.@@.@...@@@@...@..@@@.@@.....@@@@@@@@@.@@@@.@.@@@@@.@@@@. -@@@@..@@@@@@@@@..@@@@.@@@@@@@@.@@@@@@@@.@@@@@@@@@.@@.@.@@@.@@@.@@.@.@....@@@@.@...@.@@@.@.@.@.@@.@@@@.@@@@@@@@@@@@@.@.@@@.@@@@.@@@.@@@@.. -.@@@.@.@@..@@.@@@@..@@@@@..@.@.....@.@....@@@@@@@@.@.@@@@.@...@..@....@@@@@.@@@@@@.@.@@@.@....@@@@@@@@@.@.@@.@@@@@@.@@.@...@..@@@@@@@..@. -@@@....@@.@@@@@@@@.@@@@.@@@@@@..@@.@@@@..@.@.@@@@@@...@@@.@@.@..@.@.@.@.@@.@.@@@@@.@@@@@...@.@.@@.@@@@@@@@.@@@..@@@.@.@@.@@@@@@@@@.@@@@@@ -.@@..@@.@..@@..@@.@@@@@@....@.@@@.@@.@@@@@@@.@...@@@@@@@@.@@@@@@.@@@@@@@@@...@@...@@@@.@.@@.@.@@...@@@@@@@@@@...@@@@.@@@@@@..@@@@@.@.@@.. -@.@@@..@...@@.@@@@@.@@@.@....@@@@@@..@@.@@@@@@@@@@.@@@.....@.@@@@@@@.@.@...@@@.@....@@@@@@@@@@.@@@@.@@.@@@.@.@.....@.@.@.@@@.@@@.@.@@@@@@ -@@.@.@@@...@@@@@@.@@...@.@.@.@@@@@@@@@@@@@@...@@@@@@@@@@.@.@@@..@.@@.@@@@@@@@@@@@.@.@.@@.@..@@@@@@@@@@..@.@@@@@.@@.@.@.@.@.@@@..@@.@@@@@. -@@..@@.@@@.@@@@@@..@@@.@.@@.@@@.@.@@.@.@@@@@..@@@.@@@.@@.@@@.@@@@...@@@@@.@.@@@.@@@@@..@@@@.@@@@@@@@@.@@@@.@@..@@@@@.@@.@@@..@.@@@@@@@..@ -@@@@@@@@@@@@@@@.@@.@@@@.@.@.@@@...@@.@@@.@...@@@@@.@.@@.@@@@.@.@@@.@@.@.@@@.@.@@@.@@..@.@@.@@@.@@..@@@@..@@.@@@.@.@.@@.....@.@..@.@@@@@.@ -.@@@....@.@...@@@..@.@@@@.@.@@@@@@.@@@.@.@..@.@..@...@@.@@@@@@..@...@.@.@@@.@@.@.@.@.@@.@@@.@@@....@@@@.@@@..@..@@.@@..@..@@@@.@@.@..@@@@ -@@@.@...@@@@@.@@.@@.@..@.@...@@@.@@@@@@@..@@@@@.@@@.@@..@.@@@@@.@.@..@@@@@@..@@@@@@..@@@@.@@.@@.@.@@@.@@..@.@.@..@..@@@....@@@.@@..@.@.@. -.@@@@@@@@@.@@@.@@@@....@@@@@..@@..@@@@@@@@@....@@@@@@@..@..@.@...@@@@@@@@@@@@@@.@@@@..@.@.@.@@@@@@@@@.@@@@@@...@@@@.@@.@.@..@.@.@.@.@.@@@ -.@@@@@..@@@@.@@@@.@@@@@@@@@@@@@..@...@@@@..@.@@.@@@@@@.@..@@@@..@@@@@@.@.@@@@@@@@@@@@.....@@@@@@.@@@@@@@@.@@@@@@@@@@@@.@.@@@..@@@@..@...@ -@.@...@@@......@@@.@@.@@.@.@@@..@@.@.@..@@@..@.@@@@@.@@@...@@...@..@.@..@@@@....@@..@.@@..@.@.@@..@@@@@.@@@@.@@@.@.@@.@.@@.....@@.@@@@@@@ -@@@@.@@@....@@@@@.@@@.@@@@@.@@@...@.@@@@.@.@@@.@@@@@@@@.@@@@@.@@@@@.@....@.@@@@..@.@..@@.@.@@.@@.@@.@.@..@@@@.@.@@.@@@@@@@@@@.@.@.@@.@.@@ -@@@@.@.@.@@@@...@@@.@.@@@@@@@@@@.@@.@@@@.@@@.@@@..@@@...@@@@@..@@@.@@@@@.@..@......@@..@.@@@@@@..@@.@.@@@.@@@@@@@@@@..@..@@@@@.@@.@@.@..@ -@@.@@@@@.@.@@@@@@@.@..@@@@@@.@.@.@@@.@@@@@@@.@@@@.@@@@.@.@@.@@@.@@@.@@@.@@@.@@@.@@@.@@@@.@@..@.@..@@@.@.@.@@@@@@@@...@@@@@@...@.@@@@@.@@. -@@@@@..@@.@..@....@@@@@@@.@@@@@@.@@@@@@@@@.@@.@@@@.@@@@@.@..@@@@@@@@.@....@@@@.@@@@..@.@@..@@@@@@...@@.@@@@...@.@.@.@@@@@@@..@@@@@@@@@@@@ -@@.@@@...@@.@@.@.@@@@@@@@.@@.@@.@...@@@@@@..@@.@@@...@@@.@@@@@@.@@@@.@@@.@@..@@@@@@@@@@@@.....@..@@...@.@@@@@@@..@..@.@.@@@@@@.@.@@.@@..@ -.@@@@.@@.@@.@@@@.@@@@.@@.@.@...@.@@......@@.@@@@@@.@@@@@@@@@@@@@@..@@@@.@@@@@@.@@@@..@@.@@.@.@..@@@..@@..@@@.@@@@.@@@@.@@.@@.@....@@@..@. -@@@@.@.@.@@@@@.@...@@@@@@.@@@.@@@..@@@@.@.@@@@@@@@.@..@@...@@.@.@@@@..@@@@@@...@..@@.@@@@...@@@.@@@@@.@@@.@@.@@.@@@@.@@@@...@@@@..@@..@@. -@....@.@.@@@@@@@......@@..@.@..@@.@@...@.@.@@.@@@.@@@@..@@.@@@@@..@.@.@@@@@.@@@@@.@@@@@.@.@@@@..@...@..@.@@@@@@@@@@@.@@.@@.@@@@@@@@@.@@@. -@@@@..@@@@@.@@@@.@.@@@.@.@...@@@@@.@@.@.@..@@.@@@.@@..@@.@@@@..@@.@@@.@@@.@@@@@@.@.@@@@@@.@..@.@..@@@@.@.@@@@@.@@.@.@@@@@@..@@@@.@@..@@@@ -@@@.@@@....@@.@@.@@@@@@@@@.@@@..@@@@.@.@.@@@.@.@@@@@@.@.@..@@.@@@@.@@@@@@@@@@@@.@@@.@@@@@.@@@@@@@.@.@@.....@@@@@..@...@@...@@@@@@..@@@@@. -@.@@@@@...@@.@@@@@.@@@.@.@.@.@..@@@...@..@@@@.@@@...@..@@@.@..@.@...@@@@@@.@@@@@.@@@@@..@.@@...@@@@@.@.@.@.@@@@@@@@@@.@@.@@@.@.@.@@.@.@@@ -.@.@.@.@@.@@@.@@@.@@@@@.@@...@.@@.@@@@@@@@@@@@@@@@@.@@@@@@..@.@@@@@@@.@.@@@@@@@@.@@..@@@@.@.@.@@.@@.@@.@.@@@@@...@..@@@..@@@@@.@.@.@@@@@@ -.@@@@@..@@@@@@.@.@.@@@@@@@.@.@@@@@@@.@.@.@.@.@@@@.@@.@@@@@@@@.@@@@@@@.@@@@@@@@.@..@@@@.@@..@@@@.@@@.@@@.@@..@@@@.@@@@.@.@.@@@@..@@@@..@.@ -@@@@@@@@@@@@@.@.@@..@.....@.@@@.@.@...@....@.@@@@@@.@...@.@@@@@.@@@@@...@@@...@..@@..@@.....@@@.@@.@@@@@.@.@@.@@@.@@.@@@@@...@@.@@....@@. -.@@@..@.@@@..@.@@.@..@@@@.@..@@@@..@@.@@@@@.@@@@.@.@...@@@@.@..@@@@@@.@@@.@@@.@.@......@@@@@@@@@.@.@@.@@@@@..@@.@@.@....@@@@@..@@@@.@@@@. -@@@@@.@.@.@@..@@.@@@@@.@@@@@@.@@@@@@@@@..@@@@.@@.@@@.@.@@.@..@..@@@@.@@@@@.@@@@@@@@@@@.@@....@.@.@@@@.@@..@@@@....@.@@@..@@@.@.@@.@@.@.@@ -@.@@.@.@@@.@@@@.@@..@.@@@@@.@@.@@@@@@@@.@@@.@@..@@@@@@@@@..@@.@@@.@.@.@...@@..@@@....@....@@.@@@@.@.@@@.@@..@@@..@@@@.@@.@.@@@.@@@@@@@@.@ -@@@@.@@@@..@@.@.@@@..@@@@...@@@@.@@@@.@@@@..@@@@@@.@@@@@@.@@@@@@@.@@@.@.@@..@.@@@.@@@.@@.@..@@@.@..@@.@@@@@@@.@@@@@@@.@@..@@..@@@@..@@.@. -.@.@@@@@@.....@.@.@@..@.@.@@@@.@@.@@...@.@..@@@.@..@@@@.@@@@@.@@@@..@@@@.@.@@@@..@@@@@@@@@.....@.@@@..@@.@@.@.@@...@@@@.@@.@@@.@@.@@.@.@@ -@@.@@.@@@...@.@.@@@@..@@@..@@.@@@..@.@@..@.@.@@@@@@@..@@@....@.@.@@@@@@@@.@.@.@@.@.@.@@@@@..@@.@@@..@@@@@...@@..@..@@@.@.@.@..@@@..@@@@@@ -@..@@.@.@.@.@.@.@@@@@@@@.@@@@@@@@@@@@@@@@@@.@@@@.@@@@..@.@..@.@..@@@..@@@@@@.@@@@..@@.@@.@@@@@@@@.@@@@@..@@@@@@.@.@....@@.@@@@.@@@@.@@... -.@@@@@.....@@.@.@@.@@@@@.@.@@...@.@.@.@@@..@.@.@.@.@.@@@@@@@@.@@@@..@@@.@@@@@@@.@.@.@@@.@@..@@@@@.@@....@@@@.@@@.@.@@.@.@@..@.@.@@@.@@.@. -@.@@..@@.@@@@@.@@@..@@@@@..@@..@@@.@@@@@@@.@@.@..@@@@.@@@@@.@@@@@@..@@@@@@@...@.@@..@.@@@.@@.@@.@@..@...@@.@@..@@.@...@..@@.@@.@@@@@.@@@. -@@..@@@@.@@@@@@@@@@@@@@@.@@.@@@@@@@@@...@@@@...@@.@.@.@@@...@.@@@..@@@@.@@@@@@@@@@@@@@...@..@@.@@@@..@.@@@.@...@@@@@@.@@@@@..@..@@.@.@@@@ -@.@@@@.@@@@@..@@@.@@..@@@.@@@@@..@@.@@@...@..@.@.@.@@@.@@@.@@@@@.@@@@..@@@.@@@.@.@.@@@@..@@@@@@.@@@..@.@.@@@..@.@.@.@@@.@@@@@.@@@.@@...@@ -@.@@...@..@@@.@.@..@@@@@..@..@@@@@@@@.@..@.@@.@@@@.@...@.@@@@@..@.@@..@.@..@@@@@@.@.@.@@.@@@.@@@@@@@@@@@@@@@@@@@@@@@.@...@@@@@@@..@@..@@. -@@@..@@.@..@@...@@.@@@@@@@...@@.@@@@@@@..@...@.@@@@.@@@@.@@@@@.@@.@@@...@@@.@...@...@@..@.@@@@.@.@.@@@..@@@@.@@@@..@@..@...@..@@@@..@@@@@ -@.@@@..@@...@@@@@@@@@@@@@.@@..@@@@...@@@@@@@...@@@@@.@..@@@@@.@@.@@.@@@@@@@@..@.@.@@@.@@@@@@@@@@@@@@@@.@.@..@@.@@.@.@@.@@.@@@.@@@.@.@.@.@ -..@.@@@@@@@.@.@@..@...@@@..@@@..@@@.@@@@@@.@.@@.@@.@@@@@@@.@@.@@@@@@..@.@@@@@@@.@@.@@@@@@@@@@@@@@.@@..@@@.@.@..@..@@@..@@@@@@@@@...@@@@@@ -@@@@@@@.@@@@@@.@..@..@@@@@@..@@@@.@@..@@@@.@.@.@@.@@@@@.@.@.@@@@@@@@...@@@@@.@@.@.@@@.@@@.@@.@.@@@@@@@@@@@.....@.....@.@@@@@.@@@@@@@....@ -@.@@@@@@.@@.@..@@@@.@@.@@.@@@.@.@@@@@.@..@@@@.@...@@..@.@.@@@@.@...@..@.@.@..@@@@.@@@.@@@.@@@@.......@@@.@.@@@...@@.@@.....@.@...@.@@@..@ -@@@@....@.@.@.@@.@@@.@@@@.@@@@@@@.@@@@@.@.@@@.@@@@.@@@@@@@.@@@@@@.@@@@.@..@@.@@@@...@@..@@.@..@.@..@.@@@@..@@.@@@..@.@@@@@@@@@.@@@@@.@@@@ -@@@@@@@@@@@@@....@@@@@..@@@.@.@@@@@@@@..@.@@.@@@@@@.@@@.@@.@....@..@@@@@@.@@@@..@@@@.@@@.@...@@@.@..@@.@.@@@..@@@.@@@@@.@..@@@@@.@@.@...@ -@.@@@@@..@@.@@.@@@@@.....@....@.@@@..@@.@@@@@.@@@@@@@@@@@@.@@@..@.@@.@@..@@@...@@..@.@@@@@@@@@@@..@@..@.@@...@@@@.@.@@@.@..@@..@@@.@@@@@. -@@@.@@.@@@@@@@@..@.@..@@@@@.....@.@.@@@@@@.@@@@@.@.@@.@@@@.@.@.@@@@@@..@@@@.@@@@...@@@@....@@@.@@.@@@.@.@@@.@@@@.@@@....@@@@.@@@@@.@@@..@ -@.@@@...@@...@.@@@..@@@@@...@@.@@.@..@@@.@.@..@@.@@@@@@..@@...@@@@.@.@@..@..@..@@@.@.@@@@@..@.@@@.@..@.@@..@....@@@@@@@@@@@@@@.@@..@.@.@@ -@@@@@@.@@@...@.@.@@@@.@@@.@..@@@@@@.@.@@@@@@@@.@.@.@.@..@@@@..@@.@@..@@@.@@@@@.@@@@.@@@@@...@@...@@@..@@@@@.@@@.@@..@.@...@.@.@@..@..@@.@ -@...@@@@.@@@..@@@@.@@.@@.@....@.@...@@...@@.@@@.@.@.@@@...@..@.@@@.@@@@.@@@@..@@..@@@@.@.@@@..@@@.@..@....@@.@..@@@.@@@@@@.@@@@.@.@@@@@@. -@.@@@.@@@@@@@.@@.@@@@@@@@@@@@@.@@@@@.@@@.@@.@.@@@.@.@.@.@.@@@@.@@.@..@@@@.@@@.@.@@@@@.@@@@...@.@...@.@.@@.@@@...@...@@.@.@.@@@@@...@@@.@. -@@.@.@.@....@@..@...@@@.@@.@@@@..@@@@@@@.@@.@@...@..@..@....@@@@.@@@@@@..@.@..@@@@.@.@@@@@.@..@@@@@@@..@@.@...@@@@@.@@@@.@@..@@@.@@.@.@.@ -.@@@@@@@@.....@@@.@.@@@@.@.@@.@@.@@@.@@..@.@@@@@@@@....@@@@@@@@.@@.@@@.@.@....@..@.@@@@@@.@..@.@@.@..@.@.@@@@@..@@@..@.@@.@@@.@@@@@.@...@ -..@@.@@@..@@.@.@@@.@@@.@...@@@@@@.@..@@@.@..@@@@@.@@.@@@@@@@.@@@.@..@@..@@@@.@@@..@@@@..@.@@@@.@@@@@...@@....@@@@@.@@@...@@..@@@@.@@@@.@@ -@@@@@@..@.@@.@..@@.@@@@@@@..@@@@..@@@@@.@@@@@@.@@@@.@@@@@.@@@.@@...@@@@.@@@...@@@@@@.@.@@@..@@.@@@@....@@@@.@@@@.@@.@..@.@@@.@@@@.@@@...@ -......@@@@@@@@...@@@@@@@@...@@@@@.@@@@@.@@@@...@.@@@.@@.@...@@@.@...@.@@@@.@@@@..@...@@@......@@.@@@@@.@.@@@@.@.@@@@.@@@@.@..@@@.@@.@@..@ -....@...@@@.@@@@...@..@@@.@...@@@.@.@@..@@@@@@.@..@@@@@.@@@@@.@@@@@.@@.....@@@@@@...@@.@.@@@@@@@@..@@@@@@@@@.@@@..@.@...@@.@@@@@@..@@.@.@ -..@@@.@@@.@.@...@@@@.@@@@....@...@@@@@@.@@@@@@@@.@@.@@.@@@@@@@@@.@@@@@@..@@@@.@..@@.@@@.@@@.@@@@@....@...@@...@@.@..@@@@@@..@@...@@@.@.@. -@@@@.@@@...@@.@.@@.@@.@@@@@@@.@@@@@.@@@..@...@.@.@.@.@@@@.@@....@@@@@.@@@@..@@@@@@@.@...@@@.@@..@..@.@..@@..@.@@@@@..@@.@@.@@@.@@@@.@@.@@ -.@.@@.@@@@@@..@@@@..@@..@@@.@..@@@@.@@@@..@@.@@@@@.@.@@.@@@@@@..@@@..@....@@@@@@@@@@@@@@.@@.@..@@@@..@@.@@@@@@.@.@.@.@@@@.@@.@....@.@@@@@ -@.@@@@@@.@@.@...@@.@@.@@@@@.@.@@@@@@.@@@...@@.@@@..@@..@..@@.@@@.@@.@@@..@@@..@..@.@@@.@@@.@....@.@@@@@..@@@.@@@.@.@@@@@@...@.@@..@@@@@@. -.@@@.@@@@@@.@..@.@@@@@@.@@@@.@@@...@@@.@..@..@@.@.@...@.@@@@..@@@.@@@@...@@@.@@.@@@@@@.@@@.@@@.@.@..@..@..@...@@@@@@.@..@@..@@@@@@.@@.@@@ -.@@@@@.@@@.@.@.@@@.@..@.@...@@@@@..@@.@@@@.@.@@@.@@.@@@..@@@@..@@.@@@@@@@@.@@.@@@@..@@@.@@.@.@@.@.@.@@.@.@.@@.@.@@@.@@@.@@..@@@@..@..@.@@ -@@@@.@.@@.@@@..@@@@..@@@@@@@.@.@..@...@@..@.@@@.@@@@.@@..@.@@@@@...@.@..@.@.@@@.....@@.@@@@@@@.@@@@.@@.@@@@@@.@.@@..@@@@.@@..@@@.@@@.@@@. -.@@....@@..@@@@@.@@@..@..@@@@@@@@@@.@@@.@@@@.@@@@@@@@..@@.@@@@..@@....@@..@.@@@@@..@@@@.@@@@@.@.@.@..@@@@..@@..@...@.@@...@.@.@@@@.@@..@. -.@.@@@@.@@..@@@..@..@@.@@.@@@.@@.@...@..@.@.@@@@.@..@@..@.@@@..@@@...@@@@@.@@@@@@@.@@..@.@..@@@@@.@@@..@@@@@@@@@@@.@..@@@.@@..@..@@@...@@ -@...@.@.@@@@@@@@@@@@.@@.@.@.@@..@@@.@.@.@@...@@@@.@@.@@.@@@@@@...@@..@@@@.@@@@@..@@@@@@@.@@@@.@@..@@@@@@@@@@@@..@@..@.@@.@.@.@@@.@.@@@@@@ -@..@@@.@..@@@.@@@@@@.@@.@@.@@@..@@@..@@@.@.@@.@..@@@@@@.@...@@.@@...@@@@.@.@@@@.@@@@.@.@@@@@@@...@.@@@.@.....@.@.@@.@.@.@@@@@@@.@.@.@@@@. -@.@@@.@@@.@@@@@@@@@@@.@@@@@@@@@..@@@@.@@..@@@@@...@@@....@@@@..@@..@@@@@.@@.@@.@.@.@@.@@@@.@.@..@@....@@..@.@@.@@@@..@.....@@@..@@.@..@.. -.@@...@...@.@@.@.@.@.@....@@@@@.@@..@.@..@@@..@@.@@@@@@...@.@@@.@.@@@@@@..@@.@.@...@.@@@..@@.@..@.@@.@....@@.@@.@@@...@@..@...@@@.@@.@@.@ -@@.@.@@@@...@@@@@@@@.@@....@.@...@.@.@.@@@@....@.@@.@@@..@@.@@@@@@@.@@@@@.@@.@@@.@.@@@.@.@..@@@.@@.@..@@.@@@.@@.@@@@@@@.@@@@@@..@..@@.@@. -....@..@@@....@@@@.@@.@.@.@.@@@@.@.@@@.@..@@.@.@@@.@@@@..@@@.@..@...@@@..@@@@..@@@@@@..@@.@.@@@@@@@@...@@.@@..@...@.@.@@..@..@.@@.@@..@.@ -@@@@.@@@@@@@@@.@@@..@@..@..@.@..@@@.@.@.@@@@@...@@@@.@...@@@@@@@@.@.@..@@.@@@@@@@......@..@@@@.@@@..@.@@.@@.@.@@@...@@@@.@.@..@.@@@.@@@.. -@@.@@@@@.@@@.@@@@@..@...@@...@.@.@.@..@.@@@.@.@.@.@@.@@@@.@@@..@@@@...@@.@@.@@@@@@@.@@.@@.@@@.@@@.@@@@.@@@@@@.@.@@.@@@.@..@@.@@@@.@@@..@. -@@@..@@.@.@.@@..@..@.@...@@@.@@@.@.@..@..@@@@@@@.@@.@@..@.@.@@@@.@.@..@.@.@@@...@.@.@@.@@@@..@.@@@@@.@@@..@@.@@@@@@@..@@@.@@@@@@@.@@@@@.@ -@@.@@...@@@.@@@@@@.@.@@.@@@@@@.@@@..@@.@@@.@@..@.@@.@..@@@@@@.@@@.....@.@@@@@.@@..@@..@@..@@.@.@@@@@@.@@.@.@@.@...@@@@@@.@.@@@...@@@.@@@@ -@@..@@@@.@.@.@@@@@@@@.@@.@.@@@.@@@@..@..@@@@@@.@@...@@.@@..@.@@..@@.@@@@.@@.@.@@@@@@@.@@@...@..@.@@...@@@@.@@..@.@@@@@@@@@.@@.@.@.@.@@@.@ -.@.@@..@@@@@....@@@.@@@.@@.@@...@.@@...@@@@@.@@@....@.@@.@@@@.@@@.@@@@@@..@@@@.@@@...@..@@@@@.@....@@@@.@.@.@.@@@@.@.@@@..@@.@@...@....@@ -@.@.@@...@@.@@...@.@..@..@@@...@.@@@.@@@@@@.@@@.@@@@@@@@...@@@.@..@...@..@@.@@@.@..@.@@@..@@@...@@@..@.@@@@@.@..@@.@..@@.@@@@@@@@.@..@.@@ -@@@..@.@..@.@@.@@@@@@.@@@.@@@....@@.@@@.@@@....@..@.@...@@..@@@@@@@@@@...@@.@@@.@@@.@@@@@@.@@.@...@.@@.@@@....@@.@@@.@.@@.@...@.@@@@.@@@@ -.@@@@..@@@.@.@.@@@.@..@@.@@.@.@@@@@@.@@@@.@@...@@@@.@@..@.@@.@@@@@@@@@..@@@@.@@@@.@.@@@....@@.@.@@.@@@@@@...@@@@@@@.@..@..@..@@.@.@.@.... -.@@@@@.@.@@.@.@@@@@@..@.@@.@@...@@.@@@@.@.@.@@@.@@@@....@.@@@@@@.@@@@.@@@@.@@.@@@@@@@@.@.@..@.@@@.@@@@@...@@.@..@.@@@.@.@@@@.....@.@.@@.@ -.@@.@@@.@@@.@@.@...@@...@@@@..@@.@@@..@.@@.@@.@.@@@@.@@@@.@..@@@@.@@@@@@.@.@@.@.@@..@@@@@@@@@.@@@@@.@@@@..@@@.@@.@@.@.@@@@@.@@@@@.@....@. -@@.@@@.@@@@.....@@@.@.@@.@.@@.@@..@@@@@@..@@@@@@@@@@.@@@@@@@.@@..@@@@..@@..@@@.....@.@..@@@@.@@.@.@..@@..@@.@@..@.....@@.@@@...@.@.@.@@@@ -@..@@@@.@.@@@@.@.@.@.@.@..@.@..@@@@@.@@@.@@.@...@@@@.@@.@@@@@@@@..@@@@.@@@@.@@@@..@@@..@.@@.@@@@@@@@@.@.@@.@@@.@.@@@.@@.@@..@.@@@@@@..@.@ diff --git a/2025/d04/ex2/ex2.py b/2025/d04/ex2/ex2.py deleted file mode 100755 index d5d1f4a..0000000 --- a/2025/d04/ex2/ex2.py +++ /dev/null @@ -1,47 +0,0 @@ -#!/usr/bin/env python - -import itertools -import sys -from typing import NamedTuple - - -class Point(NamedTuple): - x: int - y: int - - -def solve(input: list[str]) -> int: - def parse(input: list[str]) -> set[Point]: - return { - Point(x, y) - for x, line in enumerate(input) - for y, c in enumerate(line) - if c == "@" - } - - def is_accessible(point: Point, rolls: set[Point]) -> bool: - assert point in rolls # Sanity check - return ( - sum( - Point(point.x + dx, point.y + dy) in rolls - for dx, dy in itertools.product(range(-1, 1 + 1), repeat=2) - if dx != 0 or dy != 0 - ) - < 4 - ) - - rolls = parse(input) - removed = 0 - while accessible := {p for p in rolls if is_accessible(p, rolls)}: - removed += len(accessible) - rolls -= accessible - return removed - - -def main() -> None: - input = sys.stdin.read().splitlines() - print(solve(input)) - - -if __name__ == "__main__": - main() diff --git a/2025/d04/ex2/input b/2025/d04/ex2/input deleted file mode 100644 index b59988a..0000000 --- a/2025/d04/ex2/input +++ /dev/null @@ -1,137 +0,0 @@ -@@@@@.@@@@@@@.@.@@@.@@@..@@@@@@...@...@@...@@@@@@@@.@@@@@@@@@@@@@@@@@...@@@..@@@.....@..@@@@@.@@@@...@@@@@@@@@@@@.@@@@@@.@..@@@@@..@.@@.. -...@@@.@@@..@@@@..@.@..@@....@@.@@@.@...@.@@@...@@.@@@..@@@.@@@..@.@@.@.@.@@..@@@@@..@@@@.@@@@.@@.@@@@..@@.@@.@@.@@@@.@@.@@@@@@@@.@.@..@@ -@@.@@@@@@..@@..@@@@@@.@@@@@.@..@@@@@@@.@.@@.@..@..@@@@.@@.@@@..@@.@@.@@.@.@@@.@@@.@@@@@@@@.@.@@@@..@@@..@@@.@.@.@@@@.@@@@@@@@@@..@...@@.@ -.@@@@.@@.@@@.@@@@@@@@@..@.@@@.@@@.@@@@@@.@@@@.@...@@@..@@....@@@@.@.@.@@...@.@@@..@@@.@@@@@@@@@@@......@.@@@@.@@@@@@.@..@@@@.@.@.@.@@@@@. -@@@@@@@.@@..@@@@@@.@@@@@.@@@..@.@@@@.@@@@@..@@@@@@@@@@@@.@@@.@@@.@@@.@@@.@.@.@@.@..@@..@@@@..@.@@.@.@@......@@@.@.@.@@...@@@@@.@@@@@@@.@. -.@...@..@@@..@@@@@@@@.@.@.@.@.@@.@.@.@@.@.@@...@..@.@.@@@.@@@..@@@@@@.@@@@..@@.@.@@.@..@.@@@@@.@@.@..@@@@..@@@@@.@@@@@.@.@@.@@@..@...@@.@ -.@.@@.@..@.@.@.@@@@@.@.@@@@.@.@@@@..@@..@..@.@@@.@@@.@@@.@.@@@.@..@@@@@@@@@.@@@@@@.@@@@@@..@.@@@@...@.@@@@@@.@.@@@@@@@@@@@@@@@.@@..@@@@@. -@@@...@.@@@.@@@@@@.@@@@..@@..@@.@.@@.@..@@.@...@@@.@@@.@@@.@.@@@@..@@@@.@@.@@@.@@@.@.@..@@.@@..@@@@@@@....@@@@@@@@@@@.@..@@.@.@@@@@.@@@.. -@@@.@@.@@...@@@@@@@@@@@.@...@.@...@@@@...@@@@@@@.@@....@.@@.@..@@.@.@.@.@...@@.@....@@..@..@.@@@@@..@@@@.@@@@@@..@@.@@.@..@@@@@@@@@.@@.@@ -@@...@@@@@@.@.....@@@.@@@@@@..@.@.@.@@@.@..@@@@@@.@@@@@@@@.@@@@@.@@.@.@..@...@....@@@.@@@..@@@@@@@@...@..@@@@@@.@@@@@@.@@@..@@@@@@..@.@@. -@@...@@..@@@@@...@@@@@.@..@.@..@@.@.@...@.@@@@@@@@@@.@...@@..@@@.@@@@..@@..@...@@@...@...@.@.@.@@..@@@.@@.@@@@@@@@.@@@@@@@@...@.@.@@.@@@@ -.@@...@@.@.@@.@@@.@.@@@..@@@@@@.@.@@..@@...@@.@..@@..@.@@@.@@@@@@@@.@@.@@.@@@@@@@..@@@.@@..@@@@.@.@.@.@@@@.@@.@.@@@@@@@@..@@@@.@@@@..@.@@ -@.@.@@@@@.@..@@.@@....@.@@.@@@@@@@@@@.@.@@@.......@@@@.@@..@@.@@.@@@.@@@@@@@@.@.@.@.@@@.@@@@..@....@.@@@@....@...@.@@.@@@@..@......@@..@. -@....@@@@@@@@@@@@@@@@@@.@...@@.@@.@@@@@@@@.@.@@@@@@@.@@@@@@.@@@@@@..@..@@..@....@..@@@@..@@@..@@@@.@.@@@.@.@....@@.@@...@@.@.@.@@@@.@@@.@ -@.@@@@@.@@@@..@@..@@@@...@@.@@@@@..@@.@@@@@@@@@@.@@@@@@@.@..@.@@.@@..@@@@.@@@@.@@@.@.@..@@@.@..@@@.@.@@@.@@.@@.@@..@@@@@.@..@@@@@@@@@@@@. -@@@@.@@@@@.@@.@@@@@.@@@.@@@.@@..@@@@.@@@..@.@.@@@@...@@.@@@.@@.@.@@@@@@.@.@@@@@@@..@@@@@@..@@@.....@.@.@@@@@....@.@@..@.@@..@@@@@@.@@@@.. -@.@@.@@@@.@@@@@.@@.@@@@@.@...@@@.@@@@.@.@.@@@@@.@.@@.@@@@...@...@..@.@.@@@.@@@@@.@@@@.@.@@@.@@@@@@.@@@.@.@@@.@@@@..@@@.@@.@@@@@@@.@@@@@@@ -...@.@@.@@@@.@@.@@@.@@@.@..@..@@..@@@.@@@.@.@.@.@@@..@.@@@@.@@.@@@@@@@@@..@@.@@@@@..@@@@..@@..@.@@.@@.@@.@@@..@.@@@@.@@@@@..@@.@@.@@@@.@@ -.@@@....@...@@@@.@.@.@.@@@..@..@@@@@.@@@..@.@@.@@@@@@.@@@@@@@@@@@..@.@@...@@.@..@....@.@@.@@@..@..@@@@@.@.@.@.@.....@@.@@.@@@@.@.@@@@@@@. -.@@.@.@..@@.@..@..@@@.@@@@@@.@@@@@@.@.@.@@.@@@.@..@..@@..@@.....@@@....@@@@@..@@@@@@....@@@...@@.@...@@@.@@@@.@.@@@@.@@@@@.@.@@..@.@@@.@. -.@@@@.@@.@.@......@@@@@@@.@@.@@..@@@@.@@.@@@@@@..@@@.@@@..@@..@.@@@@@..@......@..@.@.@..@@.@@@.@.@@@.@@@.@@@..@@@@@@..@@@@@@...@@@@@@@.@@ -..@@.@@..@@@..@...@@.@@@@...@@@.@@@@.@@@..@@@.@@@.@@@@.@.@...@@@@@.@@...@@.@@@.@@@@.@@@@@..@.@@@@@@@@@@@..@@@@@@..@@@.@@.@.@.@@@@..@..@@@ -.@@@@.@..@.@@@..@@.@..@.@@@.@@.@@.@.@..@@.@..@@.@.@@..@@@@...@.@@@..@.@.@.@@@.@@.@@.@@@..@@@@@@@@@@@@.@@.@@@@.@@.@@@@@.@@.@..@@....@@@@.. -@..@@.@@@@@.@@@@.@.@@@@@...@@@@..@@@@@.@.@@@..@@@@....@@@@.@@..@@@.@.@@.@@@@@@@@@.@..@..@@.@@@.@@@.@@..@.@@.@@..@@..@@@@@.@..@@.@@@@@@.@. -@@@@@@@@....@.@.@@@.@....@@@..@.@....@@@...@@.@.@@...@@...@.@.@@@@@@....@@@@.@@..@@@@@@.@@@@..@.@@@@@@@@@.@@.@@@.@.@@@..@.@@..@@@@..@@.@@ -@...@@@@@@@@.@@@@@@@..@.@.@@@@@...@@.@..@.@@@@...@@@...@@@@@@@@@@@.@@@@.@@@@@@.@@.@@@@@@@.@@@.@.@@.@@.@@@@@@.@..@@@.@.@.@...@@@........@. -@@@.@@.@.@.@@.@@@@..@@.@@.@@@..@@@...@@@@..@.@@@@.@.@.@.@@@.@@@@.@@...@@@@@.@.@@.@.@@@.@.@@.@@@.@@@.@@.@@@@.@...@..@@@.....@@@.@@@.@@.@.@ -@.@.@@..@@.@@@@@@.@@@@@@@@.@..@@@@..@@.@@..@@@@@@..@...@@.@@.@.@.@.@@@@..@..@..@@@.@..@..@@@@@.@.@.@@@@@.@@@@@.@.@@..@@@@@.@@@..@@@@@.@.@ -@@..@@@.@..@..@@..@@@@.@@@@.@.@@@..@.@@..@@@.@.@@..@.@@.@@@.@.@@@@.@..@@..@@@..@@@..@@@...@@.@@@@..@@@@@@@@.@@..@...@@@..@@@.@.@@.@@...@@ -@...@@@.....@@@@@.@.@.@@..@@....@@@@@.@@@..@.@@@@@@@@.@@@.@@@.@@@@@.@.@.@@.@@.@.@..@..@@.@.@@@@@@@@.@@.@@@@..@@@@.@@@@...@...@@@@@..@@@@@ -@@@.@.@@...@.@.@.@@@@@@@....@@@@@@@.@@@@.@@.@@.@.@...@..@@.@.@@@@@@@@@@@.@.@.@@@@@@.@....@@@.@@@@@@@@@@..@@@.@@.@@..@.@@.@.@..@.@@@@@@@@. -.@....@@@.@.@@@@@.@..@.@@@.....@.@@@.@.@.@@@.@@@.@..@...@.@.@@@@@@.@@.@.@..@.@@..@@@@.@@@.@@@@@..@..@@@@@..@@@@@.@..@@.@@@@......@@@.@@.@ -@.@...@@@@@@@.@..@....@@@@..@@..@@@@.@.@@@@@@@@@.@.@.@.@@.@@@.@..@@@@@@...@@..@@@.@.@@@@.@@@@..@@.@.@...@..@..@.@@@...@@@@@@.@..@@@@@@... -@@@@@..@..@.@.@@.@@@@@.@@@..@.@@@..@@..@@.@@.@@@@.@@.@...@@@..@.@@@.@@@.@@@@@@@@@.@@.@@.@@@@..@@@@@..@@@@@..@..@@.@@@@@@@..@@.@@.@@..@.@. -@@@@@..@@@@@.@@@@@.@@@@@@@.@@@@@@@@@@@.@.@@@@@.@.@@@....@@@@.@.@..@.@@..@.@..@@.@@@..@@@@@.@@@.@.@.@@@@.@@@.@@@@...@.@@@.@.@@.@@.@.@...@@ -@@@.@.@@.@@@@@.@.@.@...@@@.@@@..@@@@@@@@@.@@@@@@@@@@@@@@@@...@..@..@.@@.@..@@.@@@...@..@.@@.@@@@.@@@@@..@.@@@.@@@..@@@..@@.@@.@@@..@..@@@ -.@@@.@.@@@@@@.@@.@@.@@...@.@.@@@@...@.@.@@...@@.@@..@.@.@@....@@@.@..@@.@@@.@.@..@..@@@@@.@@..@....@@@@@@.@@@@@.@@@@@@.@@..@@@@@..@@@.@@@ -..@.@@@@.@@@..@@@@.@@@.@@@..@@@.@..@@@@@@.@@..@..@@.@@..@.@@.@@@@@@.@@@.@...@@@@.@..@.@@@.@@.@@.@..@@@.@..@.@@.@..@@@@@.@.@@.@@@@@@@.@@.. -@@@@.@@@@@..@..@@@.@..@@@@@.@@@.@@@@..@.@@.@@@@.@@@@@.@.@.@@@@@.@@@@..@@.@@..@@@..@@..@@@@@@.@.@.@...@..@@.@.@@.@..@@@@@@.@..@@.@.@@@@@.. -@@@.@@@@@.@@@.@@@@@@@@@@@@@@@@..@@..@@..@@@@@@@@..@@@.@@@@...@..@.@@@@@.@.@@...@.@..@.@@@@@@.@@@@..@...@@@.@.@..@@@@.@@@@@@@@@@.@@.@@.@@@ -@.@@@@.@.....@@@@@.@@......@@@.@@...@.@@@@@.@.@@@@..@...@..@@..@@.@.@@..@..@..@.@@@.@@@@@@.@@@.@@@.@@..@.@@.@.@@....@.@..@...@@.@.@@@@@.@ -@@@@.@@@@@@..@@.@.@@.@@.@....@@@...@.@@@@@.@..@@@.@@@@@@@@@@@@@@.@.@@@.@.@@@.@.@@.@@.@@@@..@@@@.@@..@@@..@...@..@@.@@@@@@@@.@@@@@.@@@@@@. -.@@...@.@....@@@@..@@.@@@@@@..@@@@@.@@@@@@@...@....@@@@@.@@.@@.@..@@@@@@.@...@@@@.@@@.@@@@..@@.@.@.@.@@@.@..@@@...@@@@@@.@@@@..@...@@..@@ -.@...@@@@..@@@@@..@@@..@@@@@@@.@.@@..@..@@.@..@@@@@.@.@@.@..@@@@@..@...@@.@@@.@@.@@@@@@..@....@...@@@@@@@.@@@@@.@@@@@@.@......@@.@.@..@.. -@.@@.@.@@@@@@.@.@@@.@@...@.@..@@@@@.@@@.@.@@..@.@.@@@.@@.@@@@@@.@@@@@@..@@.@..@.@...@@.@@@@@.@@@@.@@.@@@@@..@@.@@@@@@@@@..@@@@.@@.@@@@@@. -@@.@.@.@@@.@@@.@@@...@@@@@@.@.@@@@@.@@@@@.@..@@.@..@.@@.@@@.@@@@..@@@@...@..@@@..@@@@@.@@@@@@@.@...@@.@@.@@@@..@@@@....@@@.@.@.@@.@@..@@@ -.@.@@@@.@.@..@@@@.@@@@..@@@@@.@@.@...@@@@.@.@.@@@@.@.@@@.@@..@@.@@.@.@.@..@..@@@@@.@.@..@@@@.@@..@.@@.@..@.@@.@@@@@@@@@@@@@@@@@@..@@@@@@. -@@@@@.@@.@@@@.@@@@@.@.@@@@.@..@@@@@.@@@.@@...@@.@@..@@@@.@@@@@.@@@.@@.@.@@@@@@.@@@.@@@@@.@@@@.@.@@@@@..@.@@@@@@@..@@...@@@.@...@@@...@..@ -@@@@@....@.@..@@@.@@@.@..@..@...@.@@.@@@@@@@.@@@@.@@@.@@@@@@...@@@@.@@.@..@@@@.....@@@.@.@@@...@@@.@@.@@@.@..@..@@@@.@@..@@...@@@....@@@. -.@@@@@@@..@.@.@.@..@@@@@@@@@@.@@@@.@@@@@@@.@@@@@..@@@..@..@@..@@..@@@@@@..@@@.@@@@.@@...@..@.@.@@@@@@@@@@.@@@@.@@@@@.@@@@..@@..@@@@@@@@.. -@@@.....@@.@@@@@@..@@@...@@@@.@@..@@@@@@...@@@@@@..@.@@@@.@@@@.@@.@@..@@@@..@..@.@@.@...@@@@...@..@@@.@@.....@@@@@@@@@.@@@@.@.@@@@@.@@@@. -@@@@..@@@@@@@@@..@@@@.@@@@@@@@.@@@@@@@@.@@@@@@@@@.@@.@.@@@.@@@.@@.@.@....@@@@.@...@.@@@.@.@.@.@@.@@@@.@@@@@@@@@@@@@.@.@@@.@@@@.@@@.@@@@.. -.@@@.@.@@..@@.@@@@..@@@@@..@.@.....@.@....@@@@@@@@.@.@@@@.@...@..@....@@@@@.@@@@@@.@.@@@.@....@@@@@@@@@.@.@@.@@@@@@.@@.@...@..@@@@@@@..@. -@@@....@@.@@@@@@@@.@@@@.@@@@@@..@@.@@@@..@.@.@@@@@@...@@@.@@.@..@.@.@.@.@@.@.@@@@@.@@@@@...@.@.@@.@@@@@@@@.@@@..@@@.@.@@.@@@@@@@@@.@@@@@@ -.@@..@@.@..@@..@@.@@@@@@....@.@@@.@@.@@@@@@@.@...@@@@@@@@.@@@@@@.@@@@@@@@@...@@...@@@@.@.@@.@.@@...@@@@@@@@@@...@@@@.@@@@@@..@@@@@.@.@@.. -@.@@@..@...@@.@@@@@.@@@.@....@@@@@@..@@.@@@@@@@@@@.@@@.....@.@@@@@@@.@.@...@@@.@....@@@@@@@@@@.@@@@.@@.@@@.@.@.....@.@.@.@@@.@@@.@.@@@@@@ -@@.@.@@@...@@@@@@.@@...@.@.@.@@@@@@@@@@@@@@...@@@@@@@@@@.@.@@@..@.@@.@@@@@@@@@@@@.@.@.@@.@..@@@@@@@@@@..@.@@@@@.@@.@.@.@.@.@@@..@@.@@@@@. -@@..@@.@@@.@@@@@@..@@@.@.@@.@@@.@.@@.@.@@@@@..@@@.@@@.@@.@@@.@@@@...@@@@@.@.@@@.@@@@@..@@@@.@@@@@@@@@.@@@@.@@..@@@@@.@@.@@@..@.@@@@@@@..@ -@@@@@@@@@@@@@@@.@@.@@@@.@.@.@@@...@@.@@@.@...@@@@@.@.@@.@@@@.@.@@@.@@.@.@@@.@.@@@.@@..@.@@.@@@.@@..@@@@..@@.@@@.@.@.@@.....@.@..@.@@@@@.@ -.@@@....@.@...@@@..@.@@@@.@.@@@@@@.@@@.@.@..@.@..@...@@.@@@@@@..@...@.@.@@@.@@.@.@.@.@@.@@@.@@@....@@@@.@@@..@..@@.@@..@..@@@@.@@.@..@@@@ -@@@.@...@@@@@.@@.@@.@..@.@...@@@.@@@@@@@..@@@@@.@@@.@@..@.@@@@@.@.@..@@@@@@..@@@@@@..@@@@.@@.@@.@.@@@.@@..@.@.@..@..@@@....@@@.@@..@.@.@. -.@@@@@@@@@.@@@.@@@@....@@@@@..@@..@@@@@@@@@....@@@@@@@..@..@.@...@@@@@@@@@@@@@@.@@@@..@.@.@.@@@@@@@@@.@@@@@@...@@@@.@@.@.@..@.@.@.@.@.@@@ -.@@@@@..@@@@.@@@@.@@@@@@@@@@@@@..@...@@@@..@.@@.@@@@@@.@..@@@@..@@@@@@.@.@@@@@@@@@@@@.....@@@@@@.@@@@@@@@.@@@@@@@@@@@@.@.@@@..@@@@..@...@ -@.@...@@@......@@@.@@.@@.@.@@@..@@.@.@..@@@..@.@@@@@.@@@...@@...@..@.@..@@@@....@@..@.@@..@.@.@@..@@@@@.@@@@.@@@.@.@@.@.@@.....@@.@@@@@@@ -@@@@.@@@....@@@@@.@@@.@@@@@.@@@...@.@@@@.@.@@@.@@@@@@@@.@@@@@.@@@@@.@....@.@@@@..@.@..@@.@.@@.@@.@@.@.@..@@@@.@.@@.@@@@@@@@@@.@.@.@@.@.@@ -@@@@.@.@.@@@@...@@@.@.@@@@@@@@@@.@@.@@@@.@@@.@@@..@@@...@@@@@..@@@.@@@@@.@..@......@@..@.@@@@@@..@@.@.@@@.@@@@@@@@@@..@..@@@@@.@@.@@.@..@ -@@.@@@@@.@.@@@@@@@.@..@@@@@@.@.@.@@@.@@@@@@@.@@@@.@@@@.@.@@.@@@.@@@.@@@.@@@.@@@.@@@.@@@@.@@..@.@..@@@.@.@.@@@@@@@@...@@@@@@...@.@@@@@.@@. -@@@@@..@@.@..@....@@@@@@@.@@@@@@.@@@@@@@@@.@@.@@@@.@@@@@.@..@@@@@@@@.@....@@@@.@@@@..@.@@..@@@@@@...@@.@@@@...@.@.@.@@@@@@@..@@@@@@@@@@@@ -@@.@@@...@@.@@.@.@@@@@@@@.@@.@@.@...@@@@@@..@@.@@@...@@@.@@@@@@.@@@@.@@@.@@..@@@@@@@@@@@@.....@..@@...@.@@@@@@@..@..@.@.@@@@@@.@.@@.@@..@ -.@@@@.@@.@@.@@@@.@@@@.@@.@.@...@.@@......@@.@@@@@@.@@@@@@@@@@@@@@..@@@@.@@@@@@.@@@@..@@.@@.@.@..@@@..@@..@@@.@@@@.@@@@.@@.@@.@....@@@..@. -@@@@.@.@.@@@@@.@...@@@@@@.@@@.@@@..@@@@.@.@@@@@@@@.@..@@...@@.@.@@@@..@@@@@@...@..@@.@@@@...@@@.@@@@@.@@@.@@.@@.@@@@.@@@@...@@@@..@@..@@. -@....@.@.@@@@@@@......@@..@.@..@@.@@...@.@.@@.@@@.@@@@..@@.@@@@@..@.@.@@@@@.@@@@@.@@@@@.@.@@@@..@...@..@.@@@@@@@@@@@.@@.@@.@@@@@@@@@.@@@. -@@@@..@@@@@.@@@@.@.@@@.@.@...@@@@@.@@.@.@..@@.@@@.@@..@@.@@@@..@@.@@@.@@@.@@@@@@.@.@@@@@@.@..@.@..@@@@.@.@@@@@.@@.@.@@@@@@..@@@@.@@..@@@@ -@@@.@@@....@@.@@.@@@@@@@@@.@@@..@@@@.@.@.@@@.@.@@@@@@.@.@..@@.@@@@.@@@@@@@@@@@@.@@@.@@@@@.@@@@@@@.@.@@.....@@@@@..@...@@...@@@@@@..@@@@@. -@.@@@@@...@@.@@@@@.@@@.@.@.@.@..@@@...@..@@@@.@@@...@..@@@.@..@.@...@@@@@@.@@@@@.@@@@@..@.@@...@@@@@.@.@.@.@@@@@@@@@@.@@.@@@.@.@.@@.@.@@@ -.@.@.@.@@.@@@.@@@.@@@@@.@@...@.@@.@@@@@@@@@@@@@@@@@.@@@@@@..@.@@@@@@@.@.@@@@@@@@.@@..@@@@.@.@.@@.@@.@@.@.@@@@@...@..@@@..@@@@@.@.@.@@@@@@ -.@@@@@..@@@@@@.@.@.@@@@@@@.@.@@@@@@@.@.@.@.@.@@@@.@@.@@@@@@@@.@@@@@@@.@@@@@@@@.@..@@@@.@@..@@@@.@@@.@@@.@@..@@@@.@@@@.@.@.@@@@..@@@@..@.@ -@@@@@@@@@@@@@.@.@@..@.....@.@@@.@.@...@....@.@@@@@@.@...@.@@@@@.@@@@@...@@@...@..@@..@@.....@@@.@@.@@@@@.@.@@.@@@.@@.@@@@@...@@.@@....@@. -.@@@..@.@@@..@.@@.@..@@@@.@..@@@@..@@.@@@@@.@@@@.@.@...@@@@.@..@@@@@@.@@@.@@@.@.@......@@@@@@@@@.@.@@.@@@@@..@@.@@.@....@@@@@..@@@@.@@@@. -@@@@@.@.@.@@..@@.@@@@@.@@@@@@.@@@@@@@@@..@@@@.@@.@@@.@.@@.@..@..@@@@.@@@@@.@@@@@@@@@@@.@@....@.@.@@@@.@@..@@@@....@.@@@..@@@.@.@@.@@.@.@@ -@.@@.@.@@@.@@@@.@@..@.@@@@@.@@.@@@@@@@@.@@@.@@..@@@@@@@@@..@@.@@@.@.@.@...@@..@@@....@....@@.@@@@.@.@@@.@@..@@@..@@@@.@@.@.@@@.@@@@@@@@.@ -@@@@.@@@@..@@.@.@@@..@@@@...@@@@.@@@@.@@@@..@@@@@@.@@@@@@.@@@@@@@.@@@.@.@@..@.@@@.@@@.@@.@..@@@.@..@@.@@@@@@@.@@@@@@@.@@..@@..@@@@..@@.@. -.@.@@@@@@.....@.@.@@..@.@.@@@@.@@.@@...@.@..@@@.@..@@@@.@@@@@.@@@@..@@@@.@.@@@@..@@@@@@@@@.....@.@@@..@@.@@.@.@@...@@@@.@@.@@@.@@.@@.@.@@ -@@.@@.@@@...@.@.@@@@..@@@..@@.@@@..@.@@..@.@.@@@@@@@..@@@....@.@.@@@@@@@@.@.@.@@.@.@.@@@@@..@@.@@@..@@@@@...@@..@..@@@.@.@.@..@@@..@@@@@@ -@..@@.@.@.@.@.@.@@@@@@@@.@@@@@@@@@@@@@@@@@@.@@@@.@@@@..@.@..@.@..@@@..@@@@@@.@@@@..@@.@@.@@@@@@@@.@@@@@..@@@@@@.@.@....@@.@@@@.@@@@.@@... -.@@@@@.....@@.@.@@.@@@@@.@.@@...@.@.@.@@@..@.@.@.@.@.@@@@@@@@.@@@@..@@@.@@@@@@@.@.@.@@@.@@..@@@@@.@@....@@@@.@@@.@.@@.@.@@..@.@.@@@.@@.@. -@.@@..@@.@@@@@.@@@..@@@@@..@@..@@@.@@@@@@@.@@.@..@@@@.@@@@@.@@@@@@..@@@@@@@...@.@@..@.@@@.@@.@@.@@..@...@@.@@..@@.@...@..@@.@@.@@@@@.@@@. -@@..@@@@.@@@@@@@@@@@@@@@.@@.@@@@@@@@@...@@@@...@@.@.@.@@@...@.@@@..@@@@.@@@@@@@@@@@@@@...@..@@.@@@@..@.@@@.@...@@@@@@.@@@@@..@..@@.@.@@@@ -@.@@@@.@@@@@..@@@.@@..@@@.@@@@@..@@.@@@...@..@.@.@.@@@.@@@.@@@@@.@@@@..@@@.@@@.@.@.@@@@..@@@@@@.@@@..@.@.@@@..@.@.@.@@@.@@@@@.@@@.@@...@@ -@.@@...@..@@@.@.@..@@@@@..@..@@@@@@@@.@..@.@@.@@@@.@...@.@@@@@..@.@@..@.@..@@@@@@.@.@.@@.@@@.@@@@@@@@@@@@@@@@@@@@@@@.@...@@@@@@@..@@..@@. -@@@..@@.@..@@...@@.@@@@@@@...@@.@@@@@@@..@...@.@@@@.@@@@.@@@@@.@@.@@@...@@@.@...@...@@..@.@@@@.@.@.@@@..@@@@.@@@@..@@..@...@..@@@@..@@@@@ -@.@@@..@@...@@@@@@@@@@@@@.@@..@@@@...@@@@@@@...@@@@@.@..@@@@@.@@.@@.@@@@@@@@..@.@.@@@.@@@@@@@@@@@@@@@@.@.@..@@.@@.@.@@.@@.@@@.@@@.@.@.@.@ -..@.@@@@@@@.@.@@..@...@@@..@@@..@@@.@@@@@@.@.@@.@@.@@@@@@@.@@.@@@@@@..@.@@@@@@@.@@.@@@@@@@@@@@@@@.@@..@@@.@.@..@..@@@..@@@@@@@@@...@@@@@@ -@@@@@@@.@@@@@@.@..@..@@@@@@..@@@@.@@..@@@@.@.@.@@.@@@@@.@.@.@@@@@@@@...@@@@@.@@.@.@@@.@@@.@@.@.@@@@@@@@@@@.....@.....@.@@@@@.@@@@@@@....@ -@.@@@@@@.@@.@..@@@@.@@.@@.@@@.@.@@@@@.@..@@@@.@...@@..@.@.@@@@.@...@..@.@.@..@@@@.@@@.@@@.@@@@.......@@@.@.@@@...@@.@@.....@.@...@.@@@..@ -@@@@....@.@.@.@@.@@@.@@@@.@@@@@@@.@@@@@.@.@@@.@@@@.@@@@@@@.@@@@@@.@@@@.@..@@.@@@@...@@..@@.@..@.@..@.@@@@..@@.@@@..@.@@@@@@@@@.@@@@@.@@@@ -@@@@@@@@@@@@@....@@@@@..@@@.@.@@@@@@@@..@.@@.@@@@@@.@@@.@@.@....@..@@@@@@.@@@@..@@@@.@@@.@...@@@.@..@@.@.@@@..@@@.@@@@@.@..@@@@@.@@.@...@ -@.@@@@@..@@.@@.@@@@@.....@....@.@@@..@@.@@@@@.@@@@@@@@@@@@.@@@..@.@@.@@..@@@...@@..@.@@@@@@@@@@@..@@..@.@@...@@@@.@.@@@.@..@@..@@@.@@@@@. -@@@.@@.@@@@@@@@..@.@..@@@@@.....@.@.@@@@@@.@@@@@.@.@@.@@@@.@.@.@@@@@@..@@@@.@@@@...@@@@....@@@.@@.@@@.@.@@@.@@@@.@@@....@@@@.@@@@@.@@@..@ -@.@@@...@@...@.@@@..@@@@@...@@.@@.@..@@@.@.@..@@.@@@@@@..@@...@@@@.@.@@..@..@..@@@.@.@@@@@..@.@@@.@..@.@@..@....@@@@@@@@@@@@@@.@@..@.@.@@ -@@@@@@.@@@...@.@.@@@@.@@@.@..@@@@@@.@.@@@@@@@@.@.@.@.@..@@@@..@@.@@..@@@.@@@@@.@@@@.@@@@@...@@...@@@..@@@@@.@@@.@@..@.@...@.@.@@..@..@@.@ -@...@@@@.@@@..@@@@.@@.@@.@....@.@...@@...@@.@@@.@.@.@@@...@..@.@@@.@@@@.@@@@..@@..@@@@.@.@@@..@@@.@..@....@@.@..@@@.@@@@@@.@@@@.@.@@@@@@. -@.@@@.@@@@@@@.@@.@@@@@@@@@@@@@.@@@@@.@@@.@@.@.@@@.@.@.@.@.@@@@.@@.@..@@@@.@@@.@.@@@@@.@@@@...@.@...@.@.@@.@@@...@...@@.@.@.@@@@@...@@@.@. -@@.@.@.@....@@..@...@@@.@@.@@@@..@@@@@@@.@@.@@...@..@..@....@@@@.@@@@@@..@.@..@@@@.@.@@@@@.@..@@@@@@@..@@.@...@@@@@.@@@@.@@..@@@.@@.@.@.@ -.@@@@@@@@.....@@@.@.@@@@.@.@@.@@.@@@.@@..@.@@@@@@@@....@@@@@@@@.@@.@@@.@.@....@..@.@@@@@@.@..@.@@.@..@.@.@@@@@..@@@..@.@@.@@@.@@@@@.@...@ -..@@.@@@..@@.@.@@@.@@@.@...@@@@@@.@..@@@.@..@@@@@.@@.@@@@@@@.@@@.@..@@..@@@@.@@@..@@@@..@.@@@@.@@@@@...@@....@@@@@.@@@...@@..@@@@.@@@@.@@ -@@@@@@..@.@@.@..@@.@@@@@@@..@@@@..@@@@@.@@@@@@.@@@@.@@@@@.@@@.@@...@@@@.@@@...@@@@@@.@.@@@..@@.@@@@....@@@@.@@@@.@@.@..@.@@@.@@@@.@@@...@ -......@@@@@@@@...@@@@@@@@...@@@@@.@@@@@.@@@@...@.@@@.@@.@...@@@.@...@.@@@@.@@@@..@...@@@......@@.@@@@@.@.@@@@.@.@@@@.@@@@.@..@@@.@@.@@..@ -....@...@@@.@@@@...@..@@@.@...@@@.@.@@..@@@@@@.@..@@@@@.@@@@@.@@@@@.@@.....@@@@@@...@@.@.@@@@@@@@..@@@@@@@@@.@@@..@.@...@@.@@@@@@..@@.@.@ -..@@@.@@@.@.@...@@@@.@@@@....@...@@@@@@.@@@@@@@@.@@.@@.@@@@@@@@@.@@@@@@..@@@@.@..@@.@@@.@@@.@@@@@....@...@@...@@.@..@@@@@@..@@...@@@.@.@. -@@@@.@@@...@@.@.@@.@@.@@@@@@@.@@@@@.@@@..@...@.@.@.@.@@@@.@@....@@@@@.@@@@..@@@@@@@.@...@@@.@@..@..@.@..@@..@.@@@@@..@@.@@.@@@.@@@@.@@.@@ -.@.@@.@@@@@@..@@@@..@@..@@@.@..@@@@.@@@@..@@.@@@@@.@.@@.@@@@@@..@@@..@....@@@@@@@@@@@@@@.@@.@..@@@@..@@.@@@@@@.@.@.@.@@@@.@@.@....@.@@@@@ -@.@@@@@@.@@.@...@@.@@.@@@@@.@.@@@@@@.@@@...@@.@@@..@@..@..@@.@@@.@@.@@@..@@@..@..@.@@@.@@@.@....@.@@@@@..@@@.@@@.@.@@@@@@...@.@@..@@@@@@. -.@@@.@@@@@@.@..@.@@@@@@.@@@@.@@@...@@@.@..@..@@.@.@...@.@@@@..@@@.@@@@...@@@.@@.@@@@@@.@@@.@@@.@.@..@..@..@...@@@@@@.@..@@..@@@@@@.@@.@@@ -.@@@@@.@@@.@.@.@@@.@..@.@...@@@@@..@@.@@@@.@.@@@.@@.@@@..@@@@..@@.@@@@@@@@.@@.@@@@..@@@.@@.@.@@.@.@.@@.@.@.@@.@.@@@.@@@.@@..@@@@..@..@.@@ -@@@@.@.@@.@@@..@@@@..@@@@@@@.@.@..@...@@..@.@@@.@@@@.@@..@.@@@@@...@.@..@.@.@@@.....@@.@@@@@@@.@@@@.@@.@@@@@@.@.@@..@@@@.@@..@@@.@@@.@@@. -.@@....@@..@@@@@.@@@..@..@@@@@@@@@@.@@@.@@@@.@@@@@@@@..@@.@@@@..@@....@@..@.@@@@@..@@@@.@@@@@.@.@.@..@@@@..@@..@...@.@@...@.@.@@@@.@@..@. -.@.@@@@.@@..@@@..@..@@.@@.@@@.@@.@...@..@.@.@@@@.@..@@..@.@@@..@@@...@@@@@.@@@@@@@.@@..@.@..@@@@@.@@@..@@@@@@@@@@@.@..@@@.@@..@..@@@...@@ -@...@.@.@@@@@@@@@@@@.@@.@.@.@@..@@@.@.@.@@...@@@@.@@.@@.@@@@@@...@@..@@@@.@@@@@..@@@@@@@.@@@@.@@..@@@@@@@@@@@@..@@..@.@@.@.@.@@@.@.@@@@@@ -@..@@@.@..@@@.@@@@@@.@@.@@.@@@..@@@..@@@.@.@@.@..@@@@@@.@...@@.@@...@@@@.@.@@@@.@@@@.@.@@@@@@@...@.@@@.@.....@.@.@@.@.@.@@@@@@@.@.@.@@@@. -@.@@@.@@@.@@@@@@@@@@@.@@@@@@@@@..@@@@.@@..@@@@@...@@@....@@@@..@@..@@@@@.@@.@@.@.@.@@.@@@@.@.@..@@....@@..@.@@.@@@@..@.....@@@..@@.@..@.. -.@@...@...@.@@.@.@.@.@....@@@@@.@@..@.@..@@@..@@.@@@@@@...@.@@@.@.@@@@@@..@@.@.@...@.@@@..@@.@..@.@@.@....@@.@@.@@@...@@..@...@@@.@@.@@.@ -@@.@.@@@@...@@@@@@@@.@@....@.@...@.@.@.@@@@....@.@@.@@@..@@.@@@@@@@.@@@@@.@@.@@@.@.@@@.@.@..@@@.@@.@..@@.@@@.@@.@@@@@@@.@@@@@@..@..@@.@@. -....@..@@@....@@@@.@@.@.@.@.@@@@.@.@@@.@..@@.@.@@@.@@@@..@@@.@..@...@@@..@@@@..@@@@@@..@@.@.@@@@@@@@...@@.@@..@...@.@.@@..@..@.@@.@@..@.@ -@@@@.@@@@@@@@@.@@@..@@..@..@.@..@@@.@.@.@@@@@...@@@@.@...@@@@@@@@.@.@..@@.@@@@@@@......@..@@@@.@@@..@.@@.@@.@.@@@...@@@@.@.@..@.@@@.@@@.. -@@.@@@@@.@@@.@@@@@..@...@@...@.@.@.@..@.@@@.@.@.@.@@.@@@@.@@@..@@@@...@@.@@.@@@@@@@.@@.@@.@@@.@@@.@@@@.@@@@@@.@.@@.@@@.@..@@.@@@@.@@@..@. -@@@..@@.@.@.@@..@..@.@...@@@.@@@.@.@..@..@@@@@@@.@@.@@..@.@.@@@@.@.@..@.@.@@@...@.@.@@.@@@@..@.@@@@@.@@@..@@.@@@@@@@..@@@.@@@@@@@.@@@@@.@ -@@.@@...@@@.@@@@@@.@.@@.@@@@@@.@@@..@@.@@@.@@..@.@@.@..@@@@@@.@@@.....@.@@@@@.@@..@@..@@..@@.@.@@@@@@.@@.@.@@.@...@@@@@@.@.@@@...@@@.@@@@ -@@..@@@@.@.@.@@@@@@@@.@@.@.@@@.@@@@..@..@@@@@@.@@...@@.@@..@.@@..@@.@@@@.@@.@.@@@@@@@.@@@...@..@.@@...@@@@.@@..@.@@@@@@@@@.@@.@.@.@.@@@.@ -.@.@@..@@@@@....@@@.@@@.@@.@@...@.@@...@@@@@.@@@....@.@@.@@@@.@@@.@@@@@@..@@@@.@@@...@..@@@@@.@....@@@@.@.@.@.@@@@.@.@@@..@@.@@...@....@@ -@.@.@@...@@.@@...@.@..@..@@@...@.@@@.@@@@@@.@@@.@@@@@@@@...@@@.@..@...@..@@.@@@.@..@.@@@..@@@...@@@..@.@@@@@.@..@@.@..@@.@@@@@@@@.@..@.@@ -@@@..@.@..@.@@.@@@@@@.@@@.@@@....@@.@@@.@@@....@..@.@...@@..@@@@@@@@@@...@@.@@@.@@@.@@@@@@.@@.@...@.@@.@@@....@@.@@@.@.@@.@...@.@@@@.@@@@ -.@@@@..@@@.@.@.@@@.@..@@.@@.@.@@@@@@.@@@@.@@...@@@@.@@..@.@@.@@@@@@@@@..@@@@.@@@@.@.@@@....@@.@.@@.@@@@@@...@@@@@@@.@..@..@..@@.@.@.@.... -.@@@@@.@.@@.@.@@@@@@..@.@@.@@...@@.@@@@.@.@.@@@.@@@@....@.@@@@@@.@@@@.@@@@.@@.@@@@@@@@.@.@..@.@@@.@@@@@...@@.@..@.@@@.@.@@@@.....@.@.@@.@ -.@@.@@@.@@@.@@.@...@@...@@@@..@@.@@@..@.@@.@@.@.@@@@.@@@@.@..@@@@.@@@@@@.@.@@.@.@@..@@@@@@@@@.@@@@@.@@@@..@@@.@@.@@.@.@@@@@.@@@@@.@....@. -@@.@@@.@@@@.....@@@.@.@@.@.@@.@@..@@@@@@..@@@@@@@@@@.@@@@@@@.@@..@@@@..@@..@@@.....@.@..@@@@.@@.@.@..@@..@@.@@..@.....@@.@@@...@.@.@.@@@@ -@..@@@@.@.@@@@.@.@.@.@.@..@.@..@@@@@.@@@.@@.@...@@@@.@@.@@@@@@@@..@@@@.@@@@.@@@@..@@@..@.@@.@@@@@@@@@.@.@@.@@@.@.@@@.@@.@@..@.@@@@@@..@.@ diff --git a/2025/d05/ex1/ex1.py b/2025/d05/ex1/ex1.py deleted file mode 100755 index 2bb14b9..0000000 --- a/2025/d05/ex1/ex1.py +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env python - -import sys -from typing import NamedTuple - - -class Range(NamedTuple): - start: int - end: int - - @classmethod - def from_str(cls, input: str) -> "Range": - start, end = input.split("-") - return cls(int(start), int(end)) - - def contains(self, point: int) -> bool: - return self.start <= point <= self.end - - -def solve(input: str) -> int: - def parse(input: str) -> tuple[list[Range], list[int]]: - ranges, ids = input.split("\n\n") - return [Range.from_str(r) for r in ranges.splitlines()], [ - int(n) for n in ids.splitlines() - ] - - ranges, ids = parse(input) - return sum(any(range.contains(id) for range in ranges) for id in ids) - - -def main() -> None: - input = sys.stdin.read() - print(solve(input)) - - -if __name__ == "__main__": - main() diff --git a/2025/d05/ex1/input b/2025/d05/ex1/input deleted file mode 100644 index aaa0a7c..0000000 --- a/2025/d05/ex1/input +++ /dev/null @@ -1,1178 +0,0 @@ -3384729050352-7936448865239 -312542493529001-320844283048233 -303215714751321-303735832077393 -546740807916189-549412906179109 -124142120159789-127994203959965 -394633278461814-401016693111406 -362997310654984-366215347021267 -413187907367115-414636918654187 -424382456594934-427128363337448 -301680037760787-302022332154203 -451055517112338-451662620418543 -292812026804013-297797922592373 -543409889958542-545446795352377 -303215714751321-303897178961423 -383257749958934-388435186451742 -418761168111785-420268119646272 -131051704110719-140267113512819 -70961678360746-79762664649102 -449468975877419-449972465261935 -238584967106047-240751752098768 -445454462896746-446132594160350 -273293089335592-280666646471232 -419713295551922-421244973392734 -41444440920570-47393310442971 -65755668729294-67074670290255 -515273536092893-519097653031920 -474336877375946-480805391441170 -443200386470317-443494124740741 -200136670100282-200402421376096 -515273536092893-515273536092893 -197752661292024-197966166426515 -47393310442972-47393310442972 -283694052520056-290790959835653 -63724381385425-65070124180802 -1200372386052-5815842923716 -221763717110350-227292010504507 -417990183555035-419280175728118 -56483266595498-56739861784327 -558480573059578-561195965756619 -162626157327802-166606141637493 -427128363337450-430720320936947 -196930973440531-197336972192903 -451456906107402-452028088045731 -332942620547208-337703196100203 -194693973851048-195195565973303 -324020112914131-324020112914131 -354254101192264-359988574542800 -231580121170237-233874403161490 -297797922592374-300250501436975 -58240713561936-58345899538253 -324020112914131-330095847751117 -451335900990315-451456906107402 -199872072046066-200402421376096 -185124388645266-185124388645266 -555641606908690-558480573059577 -451662620418543-452028088045731 -336188774456442-339605801622106 -394633278461813-394633278461813 -444699321192757-445054242347058 -448001528907134-448320170538364 -185124388645267-187966032946633 -545173851294090-547691414039383 -448320170538364-448695740970008 -194996731604224-195349221858290 -273293089335592-273293089335592 -503738916577114-511493560090487 -388435186451743-388435186451743 -356370460649015-359988574542800 -412529040130087-413919327924774 -11055283036470-19366970169546 -191975471557313-192560306140751 -484224451151079-489074916169905 -55436446573426-55929386715059 -52446764774752-52885997021102 -163774483691613-170062365129831 -201582080419314-209074832225914 -454114885228196-461655002462320 -541569328615537-541569328615537 -407871604373746-407871604373746 -302369667468154-302693787778729 -446562468743172-446907452599197 -54940408219687-55609459679980 -60538483446305-62126890391965 -227292010504509-230332265616737 -192926489890655-193136211000327 -113354757126561-113354757126561 -53632604235756-54110663516962 -372587280533943-378794296234332 -262163101769805-268562960706066 -156398618509029-159850844752348 -494416593922166-500557132332909 -19366970169546-19366970169546 -235662876531262-238242552043571 -503738916577113-503738916577113 -447735173973046-448486280477367 -133730868607513-136130081693311 -68690821952728-70246774716452 -82967321174336-88338445560681 -192439411919588-192926489890655 -58345899538253-58931130384796 -449972465261935-450310804842957 -192560306140751-193451118517587 -21972327936713-26485834025891 -142226449844638-150078623650976 -414211390364681-415590007437674 -30531462364170-35999992917716 -105062554136808-107986982217073 -301680037760787-302022332154203 -201582080419314-209074832225914 -219723903249325-219723903249325 -66611382634168-68260610823757 -307176550702410-307487781293623 -255141416418854-258177834185555 -417096616867260-418162741301148 -194996731604224-195349221858290 -474336877375946-477052465166261 -150078623650976-150078623650976 -528056217491761-531903815273752 -237174388087511-239545589229302 -436022656157431-441722950189499 -124142120159788-124142120159788 -416114421032263-417407206837597 -244260899855548-248846420910400 -195852661629972-196373186924658 -152958634296426-156398618509028 -54940408219687-55176893254775 -454114885228196-461655002462320 -534193548085921-541569328615536 -448320170538364-448695740970008 -234320698098670-236826105282899 -283694052520056-286280164519645 -199628998958367-200402421376096 -213253487159358-219723903249324 -304996183018398-305762824331579 -303458966063389-303897178961423 -62708431129100-64172217863051 -96147863006516-99355864555443 -64610161021924-66207213651437 -113354757126561-119826159727258 -305290067148719-305980102563337 -420603221381262-421944841828676 -524174699929004-531903815273752 -172770813746101-180490273040638 -252706048653328-259510552641780 -101651212213203-107986982217073 -465239657962405-468476090706987 -306194359318800-306897054301622 -172770813746101-175304261810815 -56887508207841-57225624518917 -495789899649725-497863431937249 -448001528907134-448695740970008 -92458065527868-96147863006514 -548579790775252-550490407629857 -266753380439447-268562960706066 -67673095963586-69175832278143 -53632604235756-53815076728297 -21972327936713-26485834025891 -449064113332025-449468975877419 -468476090706987-468476090706987 -550164044468612-552678482496447 -404128347543364-407871604373746 -316167056668478-318481407958617 -449064113332025-449290283552629 -485598735022966-490890772061579 -305290067148719-305980102563337 -451456906107402-452028088045731 -366215347021269-371173768371108 -197160129389354-197752661292024 -61478908763796-63081608380698 -372587280533943-378794296234332 -70961678360746-76001961210836 -192926489890655-193136211000327 -344808232030955-347341110295816 -35999992917717-37479901962356 -195349221858290-196229492191570 -415050807204824-416549453533515 -232808258304452-235318343303744 - -113678786011556 -376747449339239 -255813691974864 -158097770050209 -277846691711120 -114000553775945 -293284175994623 -284944299861716 -35635850604159 -94394963249917 -172243439755742 -24506680968464 -489114277748797 -492672049425425 -271318140696398 -426778294335202 -63963025295351 -403466514893545 -288102505293065 -386026894196160 -97659266185137 -499427728105848 -55536748812846 -185115935379245 -49429664256323 -160374006410012 -366997832651941 -262443824083551 -353338295411887 -87491833964510 -302337269635264 -436695535005021 -28103295270849 -530427204238026 -291028046104379 -497208978711972 -115546392766869 -534138853731214 -474299845253820 -505220422609983 -1090168562384 -25079912196224 -534780354528056 -21492403774102 -468169206614349 -193154785283173 -246671017353663 -168100430052517 -66111342447033 -312314956927135 -83275261190242 -346401383763835 -224540965622888 -19709919461529 -500935380381489 -552023634955196 -343796809194403 -219780085588767 -438983813584923 -68106863349293 -228439169407980 -414533807935200 -29926855299804 -534865457599232 -223638237593779 -44294110851353 -156373496416827 -371327339276893 -262928977980050 -1173902668875 -195167415488472 -316035392576084 -544552113980745 -227057864381829 -239116343591298 -113760364455367 -261897517642544 -172725652730019 -448455266834498 -55086965516853 -328556554226586 -444723670261740 -438802960057801 -220114656694312 -371008683091726 -365992327622839 -155641596574961 -96805919867725 -316798703722883 -268644989017142 -425929011831765 -251609184659762 -559588377220987 -96010101163416 -334978933295934 -283244351583545 -6531466611185 -395432876349534 -45953667637114 -352002922826228 -159172191445617 -367221935533112 -278204002153573 -322301548071520 -514609834447880 -161842320592585 -284616560183350 -350386481442631 -380808732101722 -177788078298915 -134819103712932 -450729865917698 -505180464230133 -412676089884789 -251278832398203 -156191818778643 -54321290381971 -390876632468815 -217265762291944 -175145490371498 -553300966360351 -467261643961776 -181327261721051 -124691968370372 -345618563117778 -478681737382973 -269815231274028 -167893472163639 -555639174010843 -515315930056275 -543962921941144 -560612741972323 -448354440710341 -120256054590404 -221364166316992 -337176182467541 -17873670830711 -437364228424903 -288973592619512 -290133080853799 -11045122001600 -520808126932507 -343084769206137 -479259097313432 -266763224198633 -528130398652948 -233889368220878 -257882355428843 -164347436577695 -326019386852151 -312081508786441 -402627300846904 -53382113671903 -224268970645280 -400313316037620 -314826960508810 -286778179710587 -346173414538085 -83524296974156 -132927825437250 -172426810060997 -184401700461365 -9338512307431 -111945060194997 -448025162946712 -331520817375394 -430474051337444 -356220265892779 -64392714016078 -500471133217894 -303495111887529 -75444020920909 -244147240773671 -10520969751837 -535939050967834 -414533664237952 -378150428789575 -23954543364095 -154353135480644 -468876282983028 -510177780993694 -384098221733093 -360829882798826 -367469357420166 -309141467544869 -71014120889454 -139040559926049 -151626010022813 -495626129133583 -175942564729259 -264731521903950 -240655836844517 -290467363046456 -116949743302200 -432125609661402 -59519856468302 -119120803242838 -11383587803473 -46701722486500 -265468055020612 -79051789833205 -446004113860938 -489027758887242 -74979332202758 -311283296719413 -530702421967370 -404583400746691 -418103191484560 -61553955892763 -446404068294058 -489136908455373 -370912708461722 -436241652128578 -516240561760063 -462662131233594 -181259782289042 -200083429290319 -223109093561429 -276395541217627 -481714222193988 -9612787030875 -241507098025246 -161128885129033 -532802735983868 -268095955653310 -116801347489261 -438188199766074 -394395988007138 -264670988340590 -419879167168012 -28220438703353 -118035245410078 -205516988080583 -159580826242975 -63639660995140 -222142039338314 -316701727678513 -305751116076055 -536473409578483 -391551609071659 -429911437328357 -534460226903977 -150327289105872 -278703594919406 -64585786368146 -291256605198789 -144271222943797 -482137324770164 -472620208257651 -165248622711023 -219412869478701 -283035689815111 -156959552167383 -177243690554329 -272852148887387 -511950169114210 -125857954178993 -470898181745105 -393831762836041 -83676881949613 -4412125128218 -64731859444016 -386951594820244 -487269597069915 -487745498394056 -2262578901606 -416120724646336 -325059160615652 -163982462856078 -17106613858787 -44628287895531 -532314828703766 -331953619139988 -407667709918396 -335429051622588 -316903326504633 -183166071601820 -368530631937066 -471809325839983 -200645690550721 -459100070945972 -184467584244508 -561901611255976 -135426172520336 -545483746740042 -412197406670566 -158583621358982 -55577525251051 -248318385694530 -335004318488080 -6390972918668 -201696589204427 -421053624641171 -509010014401628 -364908995109907 -353563258838290 -555495322507936 -190715256916829 -298800479499206 -2841628675127 -377863015730183 -173492985535664 -105868906105745 -210864158303097 -483227593342482 -378213536400445 -217713115934244 -321887863513652 -98990516098447 -150151320629790 -346428367411060 -140085202535562 -429790209077704 -268806847521100 -145871884674315 -88830861582560 -134065150657001 -373012968152070 -16977109095847 -79399779649378 -500237080945298 -520905039755607 -336451340006519 -117750700589014 -78881058314953 -257073516497758 -133622736036358 -415574263173614 -327554812623304 -537432408879259 -51692907760211 -40087088897024 -172945482034063 -345817023232720 -502706585224317 -24934241406064 -14972231677367 -482547015092359 -68043655157223 -100590100251278 -417440279416579 -546084506890056 -191779910718155 -525178646737619 -287143912161787 -141977361935679 -77524951178504 -124296661510395 -462694519579025 -186124994425535 -25924011862816 -300193767116819 -386573831055318 -325211969269300 -125895106785456 -38575322266230 -215570175921098 -420304328795707 -271412239983509 -377871979103678 -121942659446388 -285163715456251 -175289884650027 -222037586863754 -461207511725735 -484826042590938 -316191125135644 -238153025251157 -166257694055115 -25289254755262 -509375935566959 -538157783862497 -417892085683876 -440773062594300 -218937041854574 -481123602534422 -318132378093227 -384235715135318 -7875131337715 -306023150524028 -270481575959531 -406198718669033 -420089737654115 -424968538647499 -139458118361312 -10201204227960 -394605269930721 -269844015715110 -83767339134881 -543685286780452 -34741853432762 -511473816181111 -73404538957190 -424898102841574 -479143957490878 -63654823468942 -486812940228660 -118422685689797 -189147277646516 -79791567832268 -151875401252434 -552432619263166 -226430518175285 -417118199536535 -495401754339784 -223733376343730 -417290573339802 -553126842669772 -482338225578443 -195641865513848 -356669160123025 -200377646084277 -300594672251893 -127687198791037 -451672021444917 -238888405665249 -412936494591402 -501578501287784 -365302411378832 -399156288089748 -542796638515220 -408002359433851 -163278964739674 -459021323629579 -435431981176442 -206602761712750 -266489769860852 -485851915074329 -399215391292771 -326976161120271 -458223505428996 -258128042582507 -347629315142931 -426156812681664 -428937912620458 -14223423124785 -448141055508970 -305300939650265 -314917854187285 -515689438921856 -297881018157074 -488357753952083 -436534987032556 -81398867955059 -538542392905530 -233662058701654 -229597346068534 -275961032572907 -274171275268532 -205959158586509 -404577278581384 -292854909483022 -269403490445829 -166332658962459 -488526986985612 -222416499443794 -81637187950874 -290037260879038 -144704855709621 -484994109932078 -295286730238730 -475817775527154 -13973929377028 -417354665951672 -159835652258199 -378715039714575 -111325848962681 -185743176366832 -52591026134029 -484307953519089 -154816599700566 -228929432034783 -296704620494478 -275617654420820 -509141061532486 -518947536961515 -69492542913853 -139939251609373 -364385239778994 -131488315632093 -176275079200485 -308108217520216 -430018665462548 -336304848880403 -367480296642126 -554196151309576 -74236384410627 -459291082133808 -382183023976095 -329360415834193 -171098681619710 -550950881163855 -511840598819824 -316482534881358 -231198968691282 -507085264992492 -39871944115864 -111341900787415 -488040737751133 -23601538020335 -69100001313662 -65212652843850 -514320456026850 -176007346111677 -164008802166245 -313592506731229 -88396855688948 -189171361434632 -258546190545341 -349483056765964 -382504976572764 -230604245883270 -406758729127804 -61534752588718 -320190490708444 -265393984847439 -535254560425444 -271166476430968 -282059855702324 -168390520766060 -89352085917356 -560995815157400 -513629410663389 -295675437772644 -116730820268999 -278902574777676 -498120490519327 -316205015824564 -48603674303090 -397467941653443 -372753544810979 -408664726691836 -6853983143289 -153839130607715 -149591445827646 -203764996256128 -221744475508590 -46535464735681 -56028809733599 -530421669698721 -480587082980783 -492271435310078 -486199901683544 -31453584281840 -174093085822828 -133744004208534 -36171637459525 -458146894577291 -336189473543815 -375675834675708 -306966691535128 -306797940804413 -302647062991453 -417417425685966 -391446029848338 -440913485946323 -269080610740177 -171987019471778 -15914597615624 -274261724073052 -491548773809617 -354899288255955 -557022021649877 -243059958508189 -235794606176741 -141404657635401 -163924470916100 -453494054697330 -252332363425878 -297789047843613 -199999121964392 -543909078857653 -332763361064441 -129992323086899 -227726734520065 -290598367879664 -461000685921607 -535498584532505 -118380241563188 -497129605017428 -516341297048019 -326889887043813 -214716167695844 -337597712560750 -293555794320184 -169192594073316 -52517304499336 -365613912679615 -37909445657889 -520336522158648 -87975014049140 -177409202350376 -507476826098597 -223366342368500 -122481315724850 -369861036255341 -277280936832200 -372434833734833 -395807317697951 -1420970699202 -484431932647834 -304579457929231 -134715350683324 -38757882933091 -321763229935817 -488971274524195 -531559984968294 -64414048296844 -92136979625662 -520541417055487 -145732930890280 -14370181762465 -350417107240881 -552382111968185 -69052719612785 -450744989201505 -9557159495580 -308311284456162 -95856516215405 -77430263314814 -159425115825859 -180014921027643 -152176894272081 -1969691038603 -319349024785916 -435575514167 -458565879536680 -389046470350536 -501910967037320 -471061940058851 -292419888153115 -283915534974988 -359705849384153 -37107809723379 -182113326205684 -494434779575012 -469557918867476 -363853849416469 -449416804679994 -292375561718546 -149545807594806 -408713157505965 -212874920732317 -329825060174436 -135419791017500 -486165967897982 -169178024315420 -64896273710996 -321954849843356 -558509490857425 -179534051808024 -474551676983184 -552690059649431 -88087141459123 -231287557624640 -467652785592375 -462806413059805 -321769805542179 -383447606049733 -33447626071615 -414863376625220 -276795305002455 -235951410401582 -23892388578161 -264950284650318 -500915613221582 -118476966961877 -214348896439671 -71823125440778 -130991065999896 -265286461985754 -325117986541517 -2250548126368 -246274186174296 -554937760150652 -426687923826141 -455072623877387 -29722581229804 -410162356411706 -330830451956673 -119488048913837 -454622295191900 -346072898326716 -261231894815897 -139101565043664 -412795425297562 -68171963815503 -394729543352889 -518413123949379 -328944194230239 -496546565644900 -100545660361356 -390585538946404 -487105417660614 -448974111485539 -461301681463861 -349330827393242 -177572954597526 -231016593837955 -348165817836836 -239218469040770 -147410719933398 -227711102209203 -44388582184101 -418841295580599 -149387169275176 -314582535699002 -214439337011672 -400438227720181 -216797382836711 -7382846798082 -298438507349756 -282081805686595 -108170552584332 -156997231740342 -272728597704507 -334927263788048 -24642253865590 -187276613602940 -235744229599669 -1340540130133 -489074785121260 -76160925588290 -229841271823509 -132551746662492 -142918182252994 -306763579558417 -365518859541395 -94034245390595 -525570074057262 -301883814963714 -266281263711942 -377805832941411 -404501114776722 -513913439594172 -458522473837754 -88835110835395 -422574137987670 -533936072953558 -324597789597508 -423577553268106 -72838217498746 -343281500686006 -487923198171842 -188535158657063 -322772532087885 -14170959581851 -209717528483297 -514002999537199 -485286698949328 -436528765682595 -315421287146729 -40799174252576 -77223921807174 -203740920533462 -6605719680076 -530041061717696 -359309471524066 -418221497383111 -455483683505233 -159364508143262 -251250492440432 -98379277060539 -542979692584885 -328467007220615 -168690417161744 -20443663853327 -512285569133783 -431645044793302 -70505091715669 -354939837713121 -413501374569323 -397473084445997 -368675265627377 -196910958094172 -556047547305530 -74605562542047 -96191743891111 -30597669044894 -425032724631594 -315258709045491 -492973604563254 -248042796057425 -382060859404571 -525194441992778 -329813792689491 -161485131817220 -416846377158410 -498065537120253 -60721739552115 -235419297062230 -370771031826107 -209050107654787 -29574840724143 -334832117424946 -409294260574881 -16051140893935 -265985730404132 -246994003245425 -350192078917811 -120930149239505 -199825822527041 -121098598564237 -337236673647322 -148819045015571 -441431267743621 -147810327693147 -158516134436233 -509248985991500 -109474200543817 -220754205439370 -259099521268225 -440673610266679 -248641905017206 -1217907411526 -82367526212631 -51240068118281 -437223458097640 -347670254213489 -289404486563452 -483149680908968 -68985380688782 -364012442792202 -333224541730267 -371781543773575 -1315168312717 -228370962298655 -42044883229521 -520215119553662 -363654983440953 -246454179615143 -210917301421221 -382363291945090 -78325619396115 -347226275908801 -297991191061315 -109551930687516 -44168574211032 -104981065131557 -316972844665019 -481144433909361 -482467347435789 -198402552076133 -318661401979138 -13635828749025 -126725629707614 -144609964064953 -429371648482142 -261743602257913 -5769409113214 -396710423428892 -226296399953370 -212876381060986 -298084907310278 -449878317333008 -81080651242182 -244302324181470 -75832551896466 -513119643992161 -236219025569107 -412185953594750 -57950801759408 -399586270753446 -293050924402138 -67376588154135 -215528171018266 -327098055416319 -486141516758116 -188044647008547 -426903652052002 -548024854657769 -315642421870109 -75167176265344 -259926637949617 -428734187855018 -518682482397510 -346538318911892 -143578989787491 -313429419385480 -41359382384558 -342299038212312 -360255010504414 -461042282444778 -322778011110574 -526259028313165 -349824376910349 -211897038233216 -392054505529956 -21893077722069 -153258550376033 -106507870280610 -121954750424749 -555634811539563 -474505693695659 -36006120820364 -417865403034035 -461402443747026 -60775947578906 -510033880496316 -97879001818855 -1320100582102 -506183545540245 -489613713600407 -74512647660034 -64066116658553 -534977870381612 -532899484694406 -534355259704101 -7123216718036 -339060938531097 -354218414079695 -158731384212866 -499355296391763 -321271310519765 -487881853907606 -528325859147403 -349795434356224 -439577511199536 -132273366658433 -84611490501933 -17108131758544 -346182586191211 -232714167025442 -136594234329665 -248468848490154 -126636334849763 -191880613083152 -88814162305520 -517097377367452 -46829711256924 -127085908190269 -95671507794373 -159831253975484 -161960729638914 -499036045653355 -41348411087079 -78159234004403 -332955296588423 -253651604094811 -228547183685397 -318021514735189 -296866539620558 -298130205252116 -51826358768754 -255262449970684 -316340350115687 -138192853440584 -73701737019771 -548080831414653 -74733084313845 -237169065760827 -295360824696118 -297357567564622 -373391544475331 -153635475395912 -515421363562841 -292433495683965 -410540898771562 -78165081270457 -160870979350991 -77114180674666 -359492985709250 -539315879999193 -397883692791222 -222481890880529 -24024974103894 -508761116132560 -195273041211384 -109625403205528 -15583172668605 -163486550120717 -36294308920409 -39225244270783 -497753905659332 -218250222432707 -469263725220846 -27288914205257 -509591288840605 -419592917895611 -528988684699211 -254106953727229 -339442476137732 -416811766700680 -28178950967658 -440741650918142 -533631741215981 -152435165083432 -105191162396251 -139873851264517 -61034831945606 -545630367226598 -452465559665762 -545952945584671 -80063132370929 -487264305171565 -488465047597332 -336831395927954 -278299928099826 -165121216270438 -333544396907319 diff --git a/2025/d05/ex2/ex2.py b/2025/d05/ex2/ex2.py deleted file mode 100755 index 278b2d4..0000000 --- a/2025/d05/ex2/ex2.py +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/env python - -import sys -from typing import NamedTuple - - -class Range(NamedTuple): - start: int - end: int - - @classmethod - def from_str(cls, input: str) -> "Range": - start, end = input.split("-") - return cls(int(start), int(end)) - - def contains(self, point: int) -> bool: - return self.start <= point <= self.end - - -def solve(input: str) -> int: - def parse(input: str) -> tuple[list[Range], list[int]]: - ranges, ids = input.split("\n\n") - return [Range.from_str(r) for r in ranges.splitlines()], [ - int(n) for n in ids.splitlines() - ] - - def merge_overlaps(ranges: list[Range]) -> list[Range]: - # Sort ranges by start, then merge overlapping ones - ranges = sorted(ranges) - res = [ranges[0]] - for interval in ranges[1:]: - # `+ 1` to merge [0, 2] and [2, 5] - if interval.start <= (res[-1].end + 1): - res[-1] = Range(res[-1].start, max(interval.end, res[-1].end)) - else: - res.append(interval) - return res - - ranges, _ = parse(input) - ranges = merge_overlaps(ranges) - return sum(range.end - range.start + 1 for range in ranges) - - -def main() -> None: - input = sys.stdin.read() - print(solve(input)) - - -if __name__ == "__main__": - main() diff --git a/2025/d05/ex2/input b/2025/d05/ex2/input deleted file mode 100644 index aaa0a7c..0000000 --- a/2025/d05/ex2/input +++ /dev/null @@ -1,1178 +0,0 @@ -3384729050352-7936448865239 -312542493529001-320844283048233 -303215714751321-303735832077393 -546740807916189-549412906179109 -124142120159789-127994203959965 -394633278461814-401016693111406 -362997310654984-366215347021267 -413187907367115-414636918654187 -424382456594934-427128363337448 -301680037760787-302022332154203 -451055517112338-451662620418543 -292812026804013-297797922592373 -543409889958542-545446795352377 -303215714751321-303897178961423 -383257749958934-388435186451742 -418761168111785-420268119646272 -131051704110719-140267113512819 -70961678360746-79762664649102 -449468975877419-449972465261935 -238584967106047-240751752098768 -445454462896746-446132594160350 -273293089335592-280666646471232 -419713295551922-421244973392734 -41444440920570-47393310442971 -65755668729294-67074670290255 -515273536092893-519097653031920 -474336877375946-480805391441170 -443200386470317-443494124740741 -200136670100282-200402421376096 -515273536092893-515273536092893 -197752661292024-197966166426515 -47393310442972-47393310442972 -283694052520056-290790959835653 -63724381385425-65070124180802 -1200372386052-5815842923716 -221763717110350-227292010504507 -417990183555035-419280175728118 -56483266595498-56739861784327 -558480573059578-561195965756619 -162626157327802-166606141637493 -427128363337450-430720320936947 -196930973440531-197336972192903 -451456906107402-452028088045731 -332942620547208-337703196100203 -194693973851048-195195565973303 -324020112914131-324020112914131 -354254101192264-359988574542800 -231580121170237-233874403161490 -297797922592374-300250501436975 -58240713561936-58345899538253 -324020112914131-330095847751117 -451335900990315-451456906107402 -199872072046066-200402421376096 -185124388645266-185124388645266 -555641606908690-558480573059577 -451662620418543-452028088045731 -336188774456442-339605801622106 -394633278461813-394633278461813 -444699321192757-445054242347058 -448001528907134-448320170538364 -185124388645267-187966032946633 -545173851294090-547691414039383 -448320170538364-448695740970008 -194996731604224-195349221858290 -273293089335592-273293089335592 -503738916577114-511493560090487 -388435186451743-388435186451743 -356370460649015-359988574542800 -412529040130087-413919327924774 -11055283036470-19366970169546 -191975471557313-192560306140751 -484224451151079-489074916169905 -55436446573426-55929386715059 -52446764774752-52885997021102 -163774483691613-170062365129831 -201582080419314-209074832225914 -454114885228196-461655002462320 -541569328615537-541569328615537 -407871604373746-407871604373746 -302369667468154-302693787778729 -446562468743172-446907452599197 -54940408219687-55609459679980 -60538483446305-62126890391965 -227292010504509-230332265616737 -192926489890655-193136211000327 -113354757126561-113354757126561 -53632604235756-54110663516962 -372587280533943-378794296234332 -262163101769805-268562960706066 -156398618509029-159850844752348 -494416593922166-500557132332909 -19366970169546-19366970169546 -235662876531262-238242552043571 -503738916577113-503738916577113 -447735173973046-448486280477367 -133730868607513-136130081693311 -68690821952728-70246774716452 -82967321174336-88338445560681 -192439411919588-192926489890655 -58345899538253-58931130384796 -449972465261935-450310804842957 -192560306140751-193451118517587 -21972327936713-26485834025891 -142226449844638-150078623650976 -414211390364681-415590007437674 -30531462364170-35999992917716 -105062554136808-107986982217073 -301680037760787-302022332154203 -201582080419314-209074832225914 -219723903249325-219723903249325 -66611382634168-68260610823757 -307176550702410-307487781293623 -255141416418854-258177834185555 -417096616867260-418162741301148 -194996731604224-195349221858290 -474336877375946-477052465166261 -150078623650976-150078623650976 -528056217491761-531903815273752 -237174388087511-239545589229302 -436022656157431-441722950189499 -124142120159788-124142120159788 -416114421032263-417407206837597 -244260899855548-248846420910400 -195852661629972-196373186924658 -152958634296426-156398618509028 -54940408219687-55176893254775 -454114885228196-461655002462320 -534193548085921-541569328615536 -448320170538364-448695740970008 -234320698098670-236826105282899 -283694052520056-286280164519645 -199628998958367-200402421376096 -213253487159358-219723903249324 -304996183018398-305762824331579 -303458966063389-303897178961423 -62708431129100-64172217863051 -96147863006516-99355864555443 -64610161021924-66207213651437 -113354757126561-119826159727258 -305290067148719-305980102563337 -420603221381262-421944841828676 -524174699929004-531903815273752 -172770813746101-180490273040638 -252706048653328-259510552641780 -101651212213203-107986982217073 -465239657962405-468476090706987 -306194359318800-306897054301622 -172770813746101-175304261810815 -56887508207841-57225624518917 -495789899649725-497863431937249 -448001528907134-448695740970008 -92458065527868-96147863006514 -548579790775252-550490407629857 -266753380439447-268562960706066 -67673095963586-69175832278143 -53632604235756-53815076728297 -21972327936713-26485834025891 -449064113332025-449468975877419 -468476090706987-468476090706987 -550164044468612-552678482496447 -404128347543364-407871604373746 -316167056668478-318481407958617 -449064113332025-449290283552629 -485598735022966-490890772061579 -305290067148719-305980102563337 -451456906107402-452028088045731 -366215347021269-371173768371108 -197160129389354-197752661292024 -61478908763796-63081608380698 -372587280533943-378794296234332 -70961678360746-76001961210836 -192926489890655-193136211000327 -344808232030955-347341110295816 -35999992917717-37479901962356 -195349221858290-196229492191570 -415050807204824-416549453533515 -232808258304452-235318343303744 - -113678786011556 -376747449339239 -255813691974864 -158097770050209 -277846691711120 -114000553775945 -293284175994623 -284944299861716 -35635850604159 -94394963249917 -172243439755742 -24506680968464 -489114277748797 -492672049425425 -271318140696398 -426778294335202 -63963025295351 -403466514893545 -288102505293065 -386026894196160 -97659266185137 -499427728105848 -55536748812846 -185115935379245 -49429664256323 -160374006410012 -366997832651941 -262443824083551 -353338295411887 -87491833964510 -302337269635264 -436695535005021 -28103295270849 -530427204238026 -291028046104379 -497208978711972 -115546392766869 -534138853731214 -474299845253820 -505220422609983 -1090168562384 -25079912196224 -534780354528056 -21492403774102 -468169206614349 -193154785283173 -246671017353663 -168100430052517 -66111342447033 -312314956927135 -83275261190242 -346401383763835 -224540965622888 -19709919461529 -500935380381489 -552023634955196 -343796809194403 -219780085588767 -438983813584923 -68106863349293 -228439169407980 -414533807935200 -29926855299804 -534865457599232 -223638237593779 -44294110851353 -156373496416827 -371327339276893 -262928977980050 -1173902668875 -195167415488472 -316035392576084 -544552113980745 -227057864381829 -239116343591298 -113760364455367 -261897517642544 -172725652730019 -448455266834498 -55086965516853 -328556554226586 -444723670261740 -438802960057801 -220114656694312 -371008683091726 -365992327622839 -155641596574961 -96805919867725 -316798703722883 -268644989017142 -425929011831765 -251609184659762 -559588377220987 -96010101163416 -334978933295934 -283244351583545 -6531466611185 -395432876349534 -45953667637114 -352002922826228 -159172191445617 -367221935533112 -278204002153573 -322301548071520 -514609834447880 -161842320592585 -284616560183350 -350386481442631 -380808732101722 -177788078298915 -134819103712932 -450729865917698 -505180464230133 -412676089884789 -251278832398203 -156191818778643 -54321290381971 -390876632468815 -217265762291944 -175145490371498 -553300966360351 -467261643961776 -181327261721051 -124691968370372 -345618563117778 -478681737382973 -269815231274028 -167893472163639 -555639174010843 -515315930056275 -543962921941144 -560612741972323 -448354440710341 -120256054590404 -221364166316992 -337176182467541 -17873670830711 -437364228424903 -288973592619512 -290133080853799 -11045122001600 -520808126932507 -343084769206137 -479259097313432 -266763224198633 -528130398652948 -233889368220878 -257882355428843 -164347436577695 -326019386852151 -312081508786441 -402627300846904 -53382113671903 -224268970645280 -400313316037620 -314826960508810 -286778179710587 -346173414538085 -83524296974156 -132927825437250 -172426810060997 -184401700461365 -9338512307431 -111945060194997 -448025162946712 -331520817375394 -430474051337444 -356220265892779 -64392714016078 -500471133217894 -303495111887529 -75444020920909 -244147240773671 -10520969751837 -535939050967834 -414533664237952 -378150428789575 -23954543364095 -154353135480644 -468876282983028 -510177780993694 -384098221733093 -360829882798826 -367469357420166 -309141467544869 -71014120889454 -139040559926049 -151626010022813 -495626129133583 -175942564729259 -264731521903950 -240655836844517 -290467363046456 -116949743302200 -432125609661402 -59519856468302 -119120803242838 -11383587803473 -46701722486500 -265468055020612 -79051789833205 -446004113860938 -489027758887242 -74979332202758 -311283296719413 -530702421967370 -404583400746691 -418103191484560 -61553955892763 -446404068294058 -489136908455373 -370912708461722 -436241652128578 -516240561760063 -462662131233594 -181259782289042 -200083429290319 -223109093561429 -276395541217627 -481714222193988 -9612787030875 -241507098025246 -161128885129033 -532802735983868 -268095955653310 -116801347489261 -438188199766074 -394395988007138 -264670988340590 -419879167168012 -28220438703353 -118035245410078 -205516988080583 -159580826242975 -63639660995140 -222142039338314 -316701727678513 -305751116076055 -536473409578483 -391551609071659 -429911437328357 -534460226903977 -150327289105872 -278703594919406 -64585786368146 -291256605198789 -144271222943797 -482137324770164 -472620208257651 -165248622711023 -219412869478701 -283035689815111 -156959552167383 -177243690554329 -272852148887387 -511950169114210 -125857954178993 -470898181745105 -393831762836041 -83676881949613 -4412125128218 -64731859444016 -386951594820244 -487269597069915 -487745498394056 -2262578901606 -416120724646336 -325059160615652 -163982462856078 -17106613858787 -44628287895531 -532314828703766 -331953619139988 -407667709918396 -335429051622588 -316903326504633 -183166071601820 -368530631937066 -471809325839983 -200645690550721 -459100070945972 -184467584244508 -561901611255976 -135426172520336 -545483746740042 -412197406670566 -158583621358982 -55577525251051 -248318385694530 -335004318488080 -6390972918668 -201696589204427 -421053624641171 -509010014401628 -364908995109907 -353563258838290 -555495322507936 -190715256916829 -298800479499206 -2841628675127 -377863015730183 -173492985535664 -105868906105745 -210864158303097 -483227593342482 -378213536400445 -217713115934244 -321887863513652 -98990516098447 -150151320629790 -346428367411060 -140085202535562 -429790209077704 -268806847521100 -145871884674315 -88830861582560 -134065150657001 -373012968152070 -16977109095847 -79399779649378 -500237080945298 -520905039755607 -336451340006519 -117750700589014 -78881058314953 -257073516497758 -133622736036358 -415574263173614 -327554812623304 -537432408879259 -51692907760211 -40087088897024 -172945482034063 -345817023232720 -502706585224317 -24934241406064 -14972231677367 -482547015092359 -68043655157223 -100590100251278 -417440279416579 -546084506890056 -191779910718155 -525178646737619 -287143912161787 -141977361935679 -77524951178504 -124296661510395 -462694519579025 -186124994425535 -25924011862816 -300193767116819 -386573831055318 -325211969269300 -125895106785456 -38575322266230 -215570175921098 -420304328795707 -271412239983509 -377871979103678 -121942659446388 -285163715456251 -175289884650027 -222037586863754 -461207511725735 -484826042590938 -316191125135644 -238153025251157 -166257694055115 -25289254755262 -509375935566959 -538157783862497 -417892085683876 -440773062594300 -218937041854574 -481123602534422 -318132378093227 -384235715135318 -7875131337715 -306023150524028 -270481575959531 -406198718669033 -420089737654115 -424968538647499 -139458118361312 -10201204227960 -394605269930721 -269844015715110 -83767339134881 -543685286780452 -34741853432762 -511473816181111 -73404538957190 -424898102841574 -479143957490878 -63654823468942 -486812940228660 -118422685689797 -189147277646516 -79791567832268 -151875401252434 -552432619263166 -226430518175285 -417118199536535 -495401754339784 -223733376343730 -417290573339802 -553126842669772 -482338225578443 -195641865513848 -356669160123025 -200377646084277 -300594672251893 -127687198791037 -451672021444917 -238888405665249 -412936494591402 -501578501287784 -365302411378832 -399156288089748 -542796638515220 -408002359433851 -163278964739674 -459021323629579 -435431981176442 -206602761712750 -266489769860852 -485851915074329 -399215391292771 -326976161120271 -458223505428996 -258128042582507 -347629315142931 -426156812681664 -428937912620458 -14223423124785 -448141055508970 -305300939650265 -314917854187285 -515689438921856 -297881018157074 -488357753952083 -436534987032556 -81398867955059 -538542392905530 -233662058701654 -229597346068534 -275961032572907 -274171275268532 -205959158586509 -404577278581384 -292854909483022 -269403490445829 -166332658962459 -488526986985612 -222416499443794 -81637187950874 -290037260879038 -144704855709621 -484994109932078 -295286730238730 -475817775527154 -13973929377028 -417354665951672 -159835652258199 -378715039714575 -111325848962681 -185743176366832 -52591026134029 -484307953519089 -154816599700566 -228929432034783 -296704620494478 -275617654420820 -509141061532486 -518947536961515 -69492542913853 -139939251609373 -364385239778994 -131488315632093 -176275079200485 -308108217520216 -430018665462548 -336304848880403 -367480296642126 -554196151309576 -74236384410627 -459291082133808 -382183023976095 -329360415834193 -171098681619710 -550950881163855 -511840598819824 -316482534881358 -231198968691282 -507085264992492 -39871944115864 -111341900787415 -488040737751133 -23601538020335 -69100001313662 -65212652843850 -514320456026850 -176007346111677 -164008802166245 -313592506731229 -88396855688948 -189171361434632 -258546190545341 -349483056765964 -382504976572764 -230604245883270 -406758729127804 -61534752588718 -320190490708444 -265393984847439 -535254560425444 -271166476430968 -282059855702324 -168390520766060 -89352085917356 -560995815157400 -513629410663389 -295675437772644 -116730820268999 -278902574777676 -498120490519327 -316205015824564 -48603674303090 -397467941653443 -372753544810979 -408664726691836 -6853983143289 -153839130607715 -149591445827646 -203764996256128 -221744475508590 -46535464735681 -56028809733599 -530421669698721 -480587082980783 -492271435310078 -486199901683544 -31453584281840 -174093085822828 -133744004208534 -36171637459525 -458146894577291 -336189473543815 -375675834675708 -306966691535128 -306797940804413 -302647062991453 -417417425685966 -391446029848338 -440913485946323 -269080610740177 -171987019471778 -15914597615624 -274261724073052 -491548773809617 -354899288255955 -557022021649877 -243059958508189 -235794606176741 -141404657635401 -163924470916100 -453494054697330 -252332363425878 -297789047843613 -199999121964392 -543909078857653 -332763361064441 -129992323086899 -227726734520065 -290598367879664 -461000685921607 -535498584532505 -118380241563188 -497129605017428 -516341297048019 -326889887043813 -214716167695844 -337597712560750 -293555794320184 -169192594073316 -52517304499336 -365613912679615 -37909445657889 -520336522158648 -87975014049140 -177409202350376 -507476826098597 -223366342368500 -122481315724850 -369861036255341 -277280936832200 -372434833734833 -395807317697951 -1420970699202 -484431932647834 -304579457929231 -134715350683324 -38757882933091 -321763229935817 -488971274524195 -531559984968294 -64414048296844 -92136979625662 -520541417055487 -145732930890280 -14370181762465 -350417107240881 -552382111968185 -69052719612785 -450744989201505 -9557159495580 -308311284456162 -95856516215405 -77430263314814 -159425115825859 -180014921027643 -152176894272081 -1969691038603 -319349024785916 -435575514167 -458565879536680 -389046470350536 -501910967037320 -471061940058851 -292419888153115 -283915534974988 -359705849384153 -37107809723379 -182113326205684 -494434779575012 -469557918867476 -363853849416469 -449416804679994 -292375561718546 -149545807594806 -408713157505965 -212874920732317 -329825060174436 -135419791017500 -486165967897982 -169178024315420 -64896273710996 -321954849843356 -558509490857425 -179534051808024 -474551676983184 -552690059649431 -88087141459123 -231287557624640 -467652785592375 -462806413059805 -321769805542179 -383447606049733 -33447626071615 -414863376625220 -276795305002455 -235951410401582 -23892388578161 -264950284650318 -500915613221582 -118476966961877 -214348896439671 -71823125440778 -130991065999896 -265286461985754 -325117986541517 -2250548126368 -246274186174296 -554937760150652 -426687923826141 -455072623877387 -29722581229804 -410162356411706 -330830451956673 -119488048913837 -454622295191900 -346072898326716 -261231894815897 -139101565043664 -412795425297562 -68171963815503 -394729543352889 -518413123949379 -328944194230239 -496546565644900 -100545660361356 -390585538946404 -487105417660614 -448974111485539 -461301681463861 -349330827393242 -177572954597526 -231016593837955 -348165817836836 -239218469040770 -147410719933398 -227711102209203 -44388582184101 -418841295580599 -149387169275176 -314582535699002 -214439337011672 -400438227720181 -216797382836711 -7382846798082 -298438507349756 -282081805686595 -108170552584332 -156997231740342 -272728597704507 -334927263788048 -24642253865590 -187276613602940 -235744229599669 -1340540130133 -489074785121260 -76160925588290 -229841271823509 -132551746662492 -142918182252994 -306763579558417 -365518859541395 -94034245390595 -525570074057262 -301883814963714 -266281263711942 -377805832941411 -404501114776722 -513913439594172 -458522473837754 -88835110835395 -422574137987670 -533936072953558 -324597789597508 -423577553268106 -72838217498746 -343281500686006 -487923198171842 -188535158657063 -322772532087885 -14170959581851 -209717528483297 -514002999537199 -485286698949328 -436528765682595 -315421287146729 -40799174252576 -77223921807174 -203740920533462 -6605719680076 -530041061717696 -359309471524066 -418221497383111 -455483683505233 -159364508143262 -251250492440432 -98379277060539 -542979692584885 -328467007220615 -168690417161744 -20443663853327 -512285569133783 -431645044793302 -70505091715669 -354939837713121 -413501374569323 -397473084445997 -368675265627377 -196910958094172 -556047547305530 -74605562542047 -96191743891111 -30597669044894 -425032724631594 -315258709045491 -492973604563254 -248042796057425 -382060859404571 -525194441992778 -329813792689491 -161485131817220 -416846377158410 -498065537120253 -60721739552115 -235419297062230 -370771031826107 -209050107654787 -29574840724143 -334832117424946 -409294260574881 -16051140893935 -265985730404132 -246994003245425 -350192078917811 -120930149239505 -199825822527041 -121098598564237 -337236673647322 -148819045015571 -441431267743621 -147810327693147 -158516134436233 -509248985991500 -109474200543817 -220754205439370 -259099521268225 -440673610266679 -248641905017206 -1217907411526 -82367526212631 -51240068118281 -437223458097640 -347670254213489 -289404486563452 -483149680908968 -68985380688782 -364012442792202 -333224541730267 -371781543773575 -1315168312717 -228370962298655 -42044883229521 -520215119553662 -363654983440953 -246454179615143 -210917301421221 -382363291945090 -78325619396115 -347226275908801 -297991191061315 -109551930687516 -44168574211032 -104981065131557 -316972844665019 -481144433909361 -482467347435789 -198402552076133 -318661401979138 -13635828749025 -126725629707614 -144609964064953 -429371648482142 -261743602257913 -5769409113214 -396710423428892 -226296399953370 -212876381060986 -298084907310278 -449878317333008 -81080651242182 -244302324181470 -75832551896466 -513119643992161 -236219025569107 -412185953594750 -57950801759408 -399586270753446 -293050924402138 -67376588154135 -215528171018266 -327098055416319 -486141516758116 -188044647008547 -426903652052002 -548024854657769 -315642421870109 -75167176265344 -259926637949617 -428734187855018 -518682482397510 -346538318911892 -143578989787491 -313429419385480 -41359382384558 -342299038212312 -360255010504414 -461042282444778 -322778011110574 -526259028313165 -349824376910349 -211897038233216 -392054505529956 -21893077722069 -153258550376033 -106507870280610 -121954750424749 -555634811539563 -474505693695659 -36006120820364 -417865403034035 -461402443747026 -60775947578906 -510033880496316 -97879001818855 -1320100582102 -506183545540245 -489613713600407 -74512647660034 -64066116658553 -534977870381612 -532899484694406 -534355259704101 -7123216718036 -339060938531097 -354218414079695 -158731384212866 -499355296391763 -321271310519765 -487881853907606 -528325859147403 -349795434356224 -439577511199536 -132273366658433 -84611490501933 -17108131758544 -346182586191211 -232714167025442 -136594234329665 -248468848490154 -126636334849763 -191880613083152 -88814162305520 -517097377367452 -46829711256924 -127085908190269 -95671507794373 -159831253975484 -161960729638914 -499036045653355 -41348411087079 -78159234004403 -332955296588423 -253651604094811 -228547183685397 -318021514735189 -296866539620558 -298130205252116 -51826358768754 -255262449970684 -316340350115687 -138192853440584 -73701737019771 -548080831414653 -74733084313845 -237169065760827 -295360824696118 -297357567564622 -373391544475331 -153635475395912 -515421363562841 -292433495683965 -410540898771562 -78165081270457 -160870979350991 -77114180674666 -359492985709250 -539315879999193 -397883692791222 -222481890880529 -24024974103894 -508761116132560 -195273041211384 -109625403205528 -15583172668605 -163486550120717 -36294308920409 -39225244270783 -497753905659332 -218250222432707 -469263725220846 -27288914205257 -509591288840605 -419592917895611 -528988684699211 -254106953727229 -339442476137732 -416811766700680 -28178950967658 -440741650918142 -533631741215981 -152435165083432 -105191162396251 -139873851264517 -61034831945606 -545630367226598 -452465559665762 -545952945584671 -80063132370929 -487264305171565 -488465047597332 -336831395927954 -278299928099826 -165121216270438 -333544396907319