4 Commits

Author SHA1 Message Date
joshva0
00aceecd6e Merge 24a548e9ce into 52812036d9 2025-04-19 15:53:11 +08:00
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
joshva0
24a548e9ce Update package-lock.json 2022-02-21 20:26:31 +05:30
2 changed files with 3 additions and 2 deletions

1
package-lock.json generated
View File

@@ -3910,3 +3910,4 @@
} }
} }
} }
M HD cghjjvdg

View File

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