Given two integer array nums and badNumbers, return the maximum length good subarray.
A subarray is good if it does not contain every number in badNumbers. All elements in badNumbers are distinct.