From 933785b9d3abd96fffb5a7cb62d6b131c1123408 Mon Sep 17 00:00:00 2001 From: VasilyevaKS Date: Mon, 19 May 2025 10:08:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=82=D0=B5=D0=BB=D0=BE=20=D1=84=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20main()=20=D0=B4=D0=BB=D1=8F=20=D0=B2=D0=B2?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0=20=D0=B4=D0=B2=D1=83=D1=85=20=D1=87=D0=B8?= =?UTF-8?q?=D1=81=D0=B5=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/main.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/project/main.cpp b/project/main.cpp index e7846ac..dd16740 100644 --- a/project/main.cpp +++ b/project/main.cpp @@ -5,16 +5,11 @@ using namespace std; -int main() -{ - +int main() { cout << "Enter A and B: "; int a, b; cin >> a >> b; - - cout << "A + B = " << a + b << '\n' - << "A - B = " << a - b << '\n'; - return 0; } +