def can_reach_zero(nums: list[int], start: int) -> bool:
    # your move
