1688. Count of Matches in Tournament

Обновлено: 2024-03-12
1 мин
[]

Содержание

LeetCode problem 1688

class Solution:
    def numberOfMatches(self, n: int) -> int:
        return n - 1