2 Commits

Author SHA1 Message Date
Anduin Xue
52812036d9 Update 如何选择现在吃什么.md
Some checks are pending
Continuous Deployment / build-readme-file (push) Waiting to run
Continuous Deployment / build-docker-image (push) Blocked by required conditions
2025-04-19 07:34:53 +00:00
cardze
9ad206e2ec Update 如何选择现在吃什么.md (#1513) 2025-04-19 07:33:24 +00:00

View File

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