fn find_missing(nums: &[i32]) -> Vec<i32> {
    // your move
}