We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd7677 commit 6e6d03fCopy full SHA for 6e6d03f
README.md
@@ -45,6 +45,8 @@ Step 2. Add the dependency
45
46
<summary>展开查看</summary>
47
48
+https://leetcode.cn/problems/count-of-matches-in-tournament/
49
+
50
https://leetcode.cn/problems/na-ying-bi/
51
52
https://leetcode.cn/problems/find-the-original-array-of-prefix-xor/
count-of-matches-in-tournament/index.ts
@@ -0,0 +1,3 @@
1
+export default function numberOfMatches(n: number): number {
2
+ return n - 1;
3
+}
0 commit comments