#!/usr/bin/env python3.11 from common import * def part1(input_file: str) -> int: return 0