From 0a337a818d3dab653b57abf9dad59f6e10ec1626 Mon Sep 17 00:00:00 2001 From: KhnytchenkovAM Date: Sun, 26 Mar 2023 20:32:38 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20max?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index d630e76..c5b8903 100644 --- a/main.cpp +++ b/main.cpp @@ -11,6 +11,11 @@ cout << "A + B = " << a + b << '\n' << "A - B = " << a - b << '\n' << "A * B = " << a * b << '\n' << "A / B = " << a / b << '\n'; - + if(a