Types: N: int, A: List[List[int]]
Ranges: 1 ≤ N ≤ 100, 1 ≤ A[i][j] ≤ 100 (1 ≤ i ≤ 2, 1 ≤ j ≤ N)
Addtl Info: None