docs(zh-CN): translate code block(plain text) (#753)

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc.app
2026-03-23 06:39:24 +08:00
committed by GitHub
parent fd2a8edb53
commit 4f6f587700
118 changed files with 1807 additions and 1835 deletions

View File

@@ -161,10 +161,10 @@ alias claude-research='claude --system-prompt "$(cat ~/.claude/contexts/research
**关键指标:**
```
pass@k: At least ONE of k attempts succeeds
pass@k: 至少 k 次尝试中有一次成功
k=1: 70% k=3: 91% k=5: 97%
pass^k: ALL k attempts must succeed
pass^k: 所有 k 次尝试都必须成功
k=1: 70% k=3: 34% k=5: 17%
```