Types: N: int, A: List[int], B: List[int]
Ranges: 2 ≤ N ≤ 2 × 10^5, 1 ≤ A_i ≤ B_i ≤ 10^9
Addtl Info: All values in input are integers.