Solution. Formula: (y2 - y1) * (x3 - x2) != (y3 - y2) * (x2 - x1). class Solution: def isBoomerang(self, points: List[List[int]]) -> bool: ...
確定! 回上一頁