def add_three_numbers(x: int, y: int, z: int) -> int: return x + y + z