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

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