pub fn get_mismatch_pair(
    x: &[usize],
    y: &(usize, usize),
    z: bool
) -> (usize, usize)