题目描述:Given an array consisting of n integers, find the contiguous subarray of given length k that has the maximum average value. And you need to output the max...
题目描述:You have a list of points in the plane. Return the area of the largest triangle that can be formed by any 3 of the points.Example:Input: points = [[0,0]...