From a0abd05489fc4889488791ec1e1efbc24838a4a7 Mon Sep 17 00:00:00 2001 From: "Alice (MachulinaDV)" Date: Thu, 23 Mar 2023 21:12:20 +0300 Subject: [PATCH] =?UTF-8?q?calc:=20=D1=80=D0=B0=D0=B7=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source.cpp b/Source.cpp index c1f7c80..928c845 100644 --- a/Source.cpp +++ b/Source.cpp @@ -10,5 +10,5 @@ int main() int a, b; cin >> a >> b; - cout << "A + B = " << a + b << '\n'; + cout << "A + B = " << a + b << '\n' << "A - B = " << a - b << '\n'; } \ No newline at end of file