Skip to content

Commit 9ad206e

Browse files
authored
Update 如何选择现在吃什么.md (#1513)
1 parent bfe2e91 commit 9ad206e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tips/如何选择现在吃什么.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
解得
2626

27-
* a = floor(N/2)
28-
* b = ceil(N/2)
27+
* a = floor((N+1)/2)
28+
* b = ceil((N+1)/2)
2929

3030
### 菜的选择
3131

0 commit comments

Comments
 (0)