From ac2d1f2b64e99f093c02dba08d50dc5f9a7a7d23 Mon Sep 17 00:00:00 2001 From: "Alice (StarikovEV)" Date: Mon, 20 Mar 2023 15:08:03 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B0=D0=BB=D0=B8=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.cpp b/main.cpp index 2196bcc..5203d3c 100644 --- a/main.cpp +++ b/main.cpp @@ -10,5 +10,9 @@ int main() << "A - B = " << a - b << '\n' << "A * B = " << a * b << '\n' << "A / B = " << a / b << '\n'; + if (A>=B) + { + cout<