Types: N: int, L: int, a: List[int]

Ranges: 2 ≤ N ≤ 10^5, 1 ≤ L ≤ 10^9, 1 ≤ a[i] ≤ 10^9

Addtl Info: None