Types: t: int, n: int, heights: List[int]
Ranges: 0 < t ≤ 100, 2 ≤ n ≤ 100, 0 < heights[i] ≤ 1000
Addtl Info: None