From 2878f4dd3e6ddb0c1124ca3cc8235bbc581a1a89 Mon Sep 17 00:00:00 2001 From: sun Date: Fri, 18 Feb 2022 19:41:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A6=82=E4=BD=95?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=8E=B0=E5=9C=A8=E5=90=83=E4=BB=80=E4=B9=88?= =?UTF-8?q?=E7=9A=84=E5=BD=A2=E5=BC=8F=E5=8C=96=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 如何选择现在吃什么.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/如何选择现在吃什么.md b/如何选择现在吃什么.md index 374fd7e0..e217c60f 100644 --- a/如何选择现在吃什么.md +++ b/如何选择现在吃什么.md @@ -20,8 +20,7 @@ 此时有下列不等式组: * a + b = N + 1 -* b >= a -* b <= a + 1 +* a ≤ b ≤ a+1 解得 From 3db853e34b006291316544c9a10aaf1ed8af5436 Mon Sep 17 00:00:00 2001 From: sun <60562136+368573607@users.noreply.github.com> Date: Sun, 20 Feb 2022 00:07:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=AA=E9=98=B3?= =?UTF-8?q?=E8=9B=8B=E7=9A=84=E4=B8=80=E4=BA=9B=E6=8F=8F=E8=BF=B0=E7=9A=84?= =?UTF-8?q?=E4=B8=A5=E8=B0=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 不能为了程序而将描述程序化 * 伪代码并不要求完全符合某种语法,重点是看得懂 ** 微波炉分钟+=1 只是增加了总时间,但并没有命令微波炉再打1分钟,此句存在一定的歧义 --- 太阳蛋.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/太阳蛋.md b/太阳蛋.md index 42a06c8a..87909931 100644 --- a/太阳蛋.md +++ b/太阳蛋.md @@ -33,6 +33,6 @@ ## 附加内容 -while(太阳蛋的熟度 != 个人口味) 微波炉时间 += 1min; +while(太阳蛋的熟度 不符合 个人口味) 用微波炉打(1min); 如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request。