翻译给定 n 个非负整数 a1,a2,...,an,其中每个代表一个点坐标(i,ai)。n 个垂直线段例如线段的两个端点在(i,ai)和(i,0)。找到两个线段,与 x 轴形成一个容器,使其包含最多的水。备注:你不必倾倒容器。原文Given n non-negative integers a1, a2, ..., an,where each represents a point at coordinate (i, ai).
关注时代Java