From 6e3d92de22eab5effcf565da133c895d9eab20d4 Mon Sep 17 00:00:00 2001 From: KirisameVanilla <118162831+kirisamevanilla@users.noreply.github.com> Date: Thu, 20 Nov 2025 23:43:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=E4=B8=BA=E4=BA=BA?= =?UTF-8?q?=E7=B1=BB=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../软件工程学院/程序设计基础/2025-2026-1_期中_张泉.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/undergraduate/软件工程学院/程序设计基础/2025-2026-1_期中_张泉.md b/docs/undergraduate/软件工程学院/程序设计基础/2025-2026-1_期中_张泉.md index 1b90d63..f572895 100644 --- a/docs/undergraduate/软件工程学院/程序设计基础/2025-2026-1_期中_张泉.md +++ b/docs/undergraduate/软件工程学院/程序设计基础/2025-2026-1_期中_张泉.md @@ -7,7 +7,7 @@ title: 2025-2026学年春季期期中(张泉) 1. 变量定义可以数字开头 2. C 语言是面向过程的语言 3. `(x % 2 == 0) && (6 <= x <= 10)` 表示 $[6,10]$ 的偶数 -4. 逻辑顺序,代码紧凑,符合书写规范 +4. 不符合逻辑顺序的代码如果代码紧凑,则符合书写规范(大意如此) 5. 假定 `a, b` 是 `double` 类型。`printf("%lf", (a = 2, b = a + 3 / 2))` 输出是 `3.000000` ## 二、读代码(25 分)