1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-13 17:35:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2025-09-29 14:43:44 +08:00
parent 2862a227c4
commit 13f2098086
4409 changed files with 168933 additions and 166256 deletions

View File

@@ -1,4 +1,4 @@
<p>给你一个整数 <code>n</code> 找出从 <code>1</code><code>n</code> 各个整数的 Fizz Buzz 表示,并用字符串数组 <code>answer</code><strong>下标从 1 开始</strong>返回结果,其中:</p>
<p>给你一个整数 <code>n</code> 返回一个字符串数组 <code>answer</code><strong>下标从 1 开始</strong>),其中:</p>
<ul>
<li><code>answer[i] == "FizzBuzz"</code> 如果 <code>i</code> 同时是 <code>3</code><code>5</code> 的倍数。</li>