From 109ed8def88be4b2c6c6a0ffa2e7e9970c528ee7 Mon Sep 17 00:00:00 2001 From: violeteverisland Date: Mon, 2 Mar 2026 18:22:06 +0800 Subject: [PATCH] 12 --- 比较运算符.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/比较运算符.cpp b/比较运算符.cpp index 44922b4..8ffb1d5 100644 --- a/比较运算符.cpp +++ b/比较运算符.cpp @@ -24,5 +24,11 @@ int main() { string s5 = "a";//c++风格字符串 string s6 = "a"; cout<<(s5== s6)<