From feddd8f1be726b4367424eabfc8a2126d73c8379 Mon Sep 17 00:00:00 2001 From: "Alice (ChaginSA)" Date: Mon, 17 Apr 2023 15:18:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81=D1=83?= =?UTF-8?q?=D0=BC=D0=BC=D1=8B?= 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 ffe3ca1..9a395fb 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 ; +cout << "A + B = " << a + b; }