leetcode 699. Falling Squares 俄罗斯方块的最高高度 + 暴力遍历即可
On an infinite number line (x-axis), we drop given squares in the order they are given.The i-th square dropped (positions[i] = (left, side_length)) is a square with the left-most point being positio...