1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-13 03:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

移除零宽空格

This commit is contained in:
2025-05-25 15:06:02 +08:00
parent 59597532bc
commit 3070bed723
272 changed files with 1031 additions and 749 deletions

View File

@@ -1,4 +1,4 @@
<p>你正在玩一个单人游戏,面前放置着大小分别为 <code>a</code><code>b</code><code>c</code><strong>三堆</strong> 石子。</p>
<p>你正在玩一个单人游戏,面前放置着大小分别为 <code>a</code><code>b</code><code>c</code><strong>三堆</strong> 石子。</p>
<p>每回合你都要从两个 <strong>不同的非空堆</strong> 中取出一颗石子,并在得分上加 <code>1</code> 分。当存在 <strong>两个或更多</strong> 的空堆时,游戏停止。</p>