From 660fc0012b562050131b9146344cf2d0f302b15f Mon Sep 17 00:00:00 2001 From: "Matt.Mabx" Date: Mon, 21 Oct 2024 14:32:58 +0800 Subject: [PATCH] Update --- Note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note.md b/Note.md index 16e98dc..39a2805 100644 --- a/Note.md +++ b/Note.md @@ -55,7 +55,7 @@ ``` - C++: - ```c++ + ```c char a = '1'; // a为str类型 char b = '2'; // b为str类型 b = 3; // 报错:b已经被声明为char,就不能用int对他赋值