From 31927cc2ad5bfd3b72fb10654230da245625103d Mon Sep 17 00:00:00 2001 From: "Alice (BerezhkovDA)" Date: Sun, 7 Apr 2024 17:51:10 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=20=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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.cpp b/project.cpp index b34a590..d6805ab 100644 --- a/project.cpp +++ b/project.cpp @@ -8,7 +8,7 @@ int main() cout << "Enter A and B: "; int a, b; cin >> a >> b; - + cout << "A + B = " << a + b << '\n'; } // Запуск программы: CTRL+F5 или меню "Отладка" > "Запуск без отладки"