1688. Count of Matches in Tournament Обновлено: 2024-03-12 1 мин Algorithms , LeetCode СодержаниеLeetCode problem 1688class Solution: def numberOfMatches(self, n: int) -> int: return n - 1