1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-12 19:01:47 +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

@@ -2,7 +2,7 @@
![图片.png](https://pic.leetcode-cn.com/1630392170-ucncVS-%E5%9B%BE%E7%89%87.png){:width="240px"}
小扣想要挑战关卡,闯关具体规则如下:
小扣想要挑战关卡,闯关具体规则如下:
- 初始小扣可以指定其中一个关卡为「开启」状态,其余关卡将处于「未开启」状态。
- 小扣可以挑战处于「开启」状态且**满足最少积分要求**的关卡,若小扣挑战该关卡前积分为 `score`,挑战结束后,积分将增长为 `score|challenge[i]`(即位运算中的 `"OR"` 运算)
@@ -45,4 +45,4 @@
**提示:**
- `1 <= challenge.length <= 5*10^4`
- `1 <= challenge[i] <= 10^18`
- `1 <= challenge[i] <= 10^14`