From 9568ca17772f37a854a7b8fae13a318a76a39d2d Mon Sep 17 00:00:00 2001 From: "Alice (SukhotinMD)" Date: Wed, 19 Mar 2025 16:25:44 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81?= =?UTF-8?q?=D1=83=D0=BC=D0=BC=D1=8B=20=D0=B2=20=D0=BA=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/project.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/project/project.cpp b/project/project.cpp index e0918a2..7497fd1 100644 --- a/project/project.cpp +++ b/project/project.cpp @@ -9,6 +9,7 @@ int main() cout << "Enter A and B: "; int a, b; cin >> a >> b; + cout << a + b; }