From 9702ea0ea5bd977ecd7a76a7080b87f23877a7a0 Mon Sep 17 00:00:00 2001 From: cardze <43008882+cardze@users.noreply.github.com> Date: Sat, 19 Apr 2025 15:23:12 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=A6=82=E4=BD=95=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E5=90=83=E4=BB=80=E4=B9=88.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...16\260\345\234\250\345\220\203\344\273\200\344\271\210.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/tips/\345\246\202\344\275\225\351\200\211\346\213\251\347\216\260\345\234\250\345\220\203\344\273\200\344\271\210.md" "b/tips/\345\246\202\344\275\225\351\200\211\346\213\251\347\216\260\345\234\250\345\220\203\344\273\200\344\271\210.md" index bf65a149f4..d5e4fa98a0 100644 --- "a/tips/\345\246\202\344\275\225\351\200\211\346\213\251\347\216\260\345\234\250\345\220\203\344\273\200\344\271\210.md" +++ "b/tips/\345\246\202\344\275\225\351\200\211\346\213\251\347\216\260\345\234\250\345\220\203\344\273\200\344\271\210.md" @@ -24,8 +24,8 @@ 解得 -* a = floor(N/2) -* b = ceil(N/2) +* a = floor((N+1)/2) +* b = ceil((N+1)/2) ### 菜的选择