From 54629697e3b8b911e4ea589a13716e0d066b9db5 Mon Sep 17 00:00:00 2001 From: "Alice (ChaginSA)" Date: Mon, 17 Apr 2023 15:17:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B2=D0=BE=D0=B4=20=D0=B4=D0=B2=D1=83?= =?UTF-8?q?=D1=85=20=D1=87=D0=B8=D1=81=D0=B5=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/main.cpp b/project/main.cpp index 4be99fe..ffe3ca1 100644 --- a/project/main.cpp +++ b/project/main.cpp @@ -6,5 +6,5 @@ int main() {cout << "Enter A and B: "; int a, b; cin >> a >> b; - +cout << "A + B = " << a + b ; }