mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<p>Two sequences are considered distinct if at least one element is different.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> n = 4
|
||||
@@ -21,7 +21,7 @@ Some invalid sequences are (1, 2, 1, 3), (1, 2, 3, 6).
|
||||
(1, 2, 3, 6) is invalid since the greatest common divisor of 3 and 6 = 3.
|
||||
There are a total of 184 distinct sequences possible, so we return 184.</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> n = 2
|
||||
|
Reference in New Issue
Block a user