From 9ed7f492cc66a5b2bf964c9bb0adc55b1fd08b5c Mon Sep 17 00:00:00 2001 From: "Bob (ShchipkovMY)" <damatvey5@gmail.com> Date: Mon, 3 Apr 2023 14:31:10 +0300 Subject: [PATCH] =?UTF-8?q?ZZ=20code:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=D0=B8=D0=BC=D1=83=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.cpp b/main.cpp index cfb7423..7b6cf76 100644 --- a/main.cpp +++ b/main.cpp @@ -16,6 +16,11 @@ int main() } else{ cout << b; + } + cout << b; + } + else{ + cout << a; } return 0; }