From 21c89b4f7914e09313ad7d5767a3bda130f8e271 Mon Sep 17 00:00:00 2001 From: iridiumR Date: Wed, 17 Nov 2021 10:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E6=AD=A3=E5=9F=BA=E7=A1=80=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=98=AF=E8=83=BD=E7=94=A8=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ex7/ex7.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex7/ex7.cpp b/ex7/ex7.cpp index 62b1fc8..b8b54ee 100644 --- a/ex7/ex7.cpp +++ b/ex7/ex7.cpp @@ -58,7 +58,7 @@ Out: '[' != S.pop() ? flag = false : 0; break; case '}': - '}' != S.pop() ? flag = false : 0; + '{' != S.pop() ? flag = false : 0; break; default: break;