From 5e40d05511b2f6fc871f0d61df85baa5a894e230 Mon Sep 17 00:00:00 2001 From: "Alice (NikitkinTY)" Date: Sun, 26 Mar 2023 19:01:05 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D1=81=D0=BF=D1=80=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=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 4bc0ca9..a8c927b 100644 --- a/main.cpp +++ b/main.cpp @@ -12,6 +12,5 @@ int main() << "A * B = " << a * b << '\n' << "A / B = " << a / b << '\n'; if(a > b) {cout << "Maximum from A and B = " << a << '\n';} - else {cout << "Minimum from A and B = " << b << '\n'; return 0; }