Types: N: int, w: List[int], s: List[int], v: List[int]
Ranges: 1 ≤ N ≤ 10^3, 1 ≤ w[i], s[i] ≤ 10^4, 1 ≤ v[i] ≤ 10^9
Addtl Info: None