fn can_reach_zero(nums: &[i32], start: usize) -> bool {
    // your move
}
