1688.cpp (85B)
1 class Solution { 2 public: 3 int numberOfMatches(int n) const { return n - 1; } 4 };