From b346024d0edb32c9eefa4adea30033e673d992f8 Mon Sep 17 00:00:00 2001 From: ShorchikovZA Date: Mon, 15 May 2023 12:13:54 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'main.cpp'?= 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 e5524ae..3de0099 100644 --- a/main.cpp +++ b/main.cpp @@ -10,6 +10,5 @@ cin >> a >> b; cout << "A + B .= " << a + b << '\n' << "A - B = " << a - b << '\n' << "A * B =" << a * b; - << "B * B =" << b * b; return 0; }