1
0
mirror of synced 2025-11-06 05:10:37 +08:00
This commit is contained in:
Anduin Xue
2025-04-19 07:27:47 +00:00
committed by GitHub
parent bfe2e91f70
commit 937a5b41b8

View File

@@ -24,8 +24,10 @@
解得 解得
* a = floor(N/2) ```javascript
* b = ceil(N/2) a = Math.floor((N + 1) / 2);
b = (N + 1) - a;
```
### 菜的选择 ### 菜的选择