diff --git a/tips/如何选择现在吃什么.md b/tips/如何选择现在吃什么.md index bf65a149..d5e4fa98 100644 --- a/tips/如何选择现在吃什么.md +++ b/tips/如何选择现在吃什么.md @@ -24,8 +24,8 @@ 解得 -* a = floor(N/2) -* b = ceil(N/2) +* a = floor((N+1)/2) +* b = ceil((N+1)/2) ### 菜的选择