mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 01:15:14 +08:00
update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p>我们正在玩猜数字游戏。猜数字游戏的规则如下:</p>
|
||||
|
||||
<p>我会从 <code>1</code> 到 <code>n</code> 随机选择一个数字。 请你猜选出的是哪个数字。</p>
|
||||
<p>我会从 <code>1</code> 到 <code>n</code> 随机选择一个数字。 请你猜选出的是哪个数字。(我选的数字在整个游戏中保持不变)。</p>
|
||||
|
||||
<p>如果你猜错了,我会告诉你,我选出的数字比你猜测的数字大了还是小了。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user