From 0695adec852eb37607950d3389153ec5b0dae471 Mon Sep 17 00:00:00 2001 From: u111-06 Date: Mon, 22 May 2023 12:35:33 +0300 Subject: [PATCH] =?UTF-8?q?code:=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=BC=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D1=83=D0=BC?= 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 2502ec3..8143eeb 100644 --- a/main.cpp +++ b/main.cpp @@ -10,4 +10,8 @@ cout << "A + B = " << a + b; cout << "A - B = " << a - b; cout << "A * B = " << a * b; cout << "A / B = " << a/b; +if(A>B) + cout<