Types: N: int, a: List[int], b: List[int]
Ranges: 1 ≤ N ≤ 10^5, 1 ≤ a[i], b[i] ≤ N, a_i ≠ a_j (i ≠ j)
Addtl Info: None