From 8420143b31550bed0968db18177865aa4abd663c Mon Sep 17 00:00:00 2001 From: "Alice (GordiyevskikDA)" Date: Sat, 24 Feb 2024 08:02:25 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D0=BE=20=D1=81=D1=83=D0=BC=D0=BC=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 1ee8ee5..74516c3 100644 --- a/main.cpp +++ b/main.cpp @@ -7,4 +7,5 @@ int main() cout << "Enter A and B: "; int a, b; cin >> a >> b; + cout << "A + B = " << a + b << '\n'; } \ No newline at end of file