def main() -> int: a: int = 1 print(a * 42, end='') return 0