Heran Yang
Heran Yang
### 请选择: - [ ] 我正在着手修复这个问题 ### 我正在访问这个页面 https://oi-wiki.org/math/number-theory/stern-brocot/ ### 我发现页面有这样的问题 1. 口语化表达:「懵逼」,「来一张图」 2. Stern-Brocot 树页面标题等级分得太小了,整合内容进行标题提升 3. Stern-Brocot 树页面中构造树和查找代码没有给出复杂度 4. Stern-Brocot 树页面中例题一部分应该移到连分数页面,如有出处需要补充出处 5. Stern-Brocot 树页面中代码质量需要改进,完全没有理解为什么一定要在连分数最后加 `inf`,其中调用的函数也没有说明,更像没有解释清楚的伪代码 6. Stern-Brocot 树页面中 GCJ...
### 请选择: - [X] 我已经读过了 [F.A.Q.](https://oi-wiki.org/intro/faq/),进行了搜索,但没有得到答案 - [ ] 我正在着手修复这个问题 ### 我遇到了这样的问题 ``` WARN simplecss: The @font-face rule is not supported. Skipped. WARN simplecss: The @font-face rule is not supported....
#331 introduces dependabot on Github Actions but has a wrong format. This PR will fix the broken workflow. See: [Keeping your actions up to date with Dependabot - Github](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
Osiris 似乎禁止了程序在运行时调用其他文件,但在 Java 测评时,用户自己编写类的话会触发 RE。 例如[这份代码](https://paste.ubuntu.com/p/HGfby4WnKJ/)中实现了快速读入类,[这份代码](https://paste.ubuntu.com/p/RSSY32h5RJ/)将加法单独写成一个类,都会返回 RE。
Kernel 5.19 introduces `memory.peak` and kernel 6.5 introduces `memory.swap.peak` to expose the memory and swap usage watermark. This change uses these values to fill `max_usage`.
### 请选择: - [X] 我已经读过了 [F.A.Q.](https://oi-wiki.org/intro/faq/),进行了搜索,但没有得到答案 - [ ] 我正在着手修复这个问题 ### 我遇到了这样的问题 目前 dependabot 总是根据 lockfile 报一些无关的 security alerts,要求升级 lockfile 中的依赖版本。但是 OI Wiki 中几乎不会触发这些 bug,能否降低报假阳性的频率,或者干脆移除 lockfile,每次构建的时候重新生成? Eg: #5668 #5669 #5315...
Problem name: Segment Intersection Test ## Problem Given $n$ segments on a 2D plane. Judge if: - exist two segments intersect strictly (the intersection is not an endpoint of the...
**Describe the bug** Upstream JSON lib `sonic` is suffering from `linkname` usage locking down. And it affects hertz according to reports. got the same issue from `cloudwego/hertz`. _Originally posted by...
### 请选择: - [ ] 我正在着手修复这个问题 ### 我正在访问这个页面 https://oi-wiki.org/ds/treap/ ### 我发现页面有这样的问题 1. 图片中含有制作者 ID,但并未提供版权声明,是否符合 CC BY-SA 4.0 或 SATA 协议条款?这个我不太清楚。 2. 「笔者并不清楚如何去严格的证明这样随机化的过程可以让搜索树的复杂度的 期望值 保持在 $\log_2{n}$,但我们可以试着感性的去理解一下。」#5708 @ttzy 3. 格式和表达问题:「那……」,「1e5」,「-1145」(magic number 并未给出说明)
As is shown in https://github.com/golang/go/issues/67401, Golang is going to lock down future uses of `linkname` and add sonic to the hall of shame due to the huge amounts of `linkname`...