1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-13 01:15: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,6 +1,6 @@
<p>我们正在玩猜数字游戏。猜数字游戏的规则如下:</p>
<p>我会从&nbsp;<code>1</code>&nbsp;&nbsp;<code>n</code> 随机选择一个数字。 请你猜选出的是哪个数字。</p>
<p>我会从&nbsp;<code>1</code>&nbsp;&nbsp;<code>n</code> 随机选择一个数字。 请你猜选出的是哪个数字。(我选的数字在整个游戏中保持不变)。</p>
<p>如果你猜错了,我会告诉你,我选出的数字比你猜测的数字大了还是小了。</p>