From 6d256189dcd3fd0918e616f0b847b698024680a7 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong <1040110848@qq.com> Date: Sun, 1 Nov 2020 15:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E4=BA=86=E9=A2=98=E7=9B=AE?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/homework3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/homework3.md b/source/_posts/homework3.md index 9fadd12..6af706c 100644 --- a/source/_posts/homework3.md +++ b/source/_posts/homework3.md @@ -14,7 +14,7 @@ tags: | # | 表达式 | | :---: | :------------------------------ | | 1 | `a + b > c && b == c` | -| 2 | `a || b + c && b = c` | +| 2 | `a || b + c && b - c` | | 3 | `!(a > b) && !c || 1` | | 4 | `!(x = a) && (y = b) && 0` | | 5 | `!(a + b) + c - 1 && b + c / 2` |