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:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -5,7 +5,7 @@
<p>假设玩家在第 <code>i</code> 轮中击中&nbsp;<code>x<sub>i</sub></code> 个瓶子。玩家第 <code>i</code> 轮的价值为:</p>
<ul>
<li>如果玩家在前两轮中击中了 <code>10</code> 个瓶子,则为 <code>2x<sub>i</sub></code></li>
<li>如果玩家在该轮的前两轮的任何一轮中击中了 <code>10</code> 个瓶子,则为 <code>2x<sub>i</sub></code></li>
<li>否则,为&nbsp;<code>x<sub>i</sub></code></li>
</ul>