From 6d4ba94206e098876de23f7957beb100a3bb1a41 Mon Sep 17 00:00:00 2001 From: "Alice (AntonovDA)" Date: Sun, 24 Mar 2024 14:50:50 +0300 Subject: [PATCH] ... --- main2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main2.cpp b/main2.cpp index e76b1a2..9e875c9 100644 --- a/main2.cpp +++ b/main2.cpp @@ -6,4 +6,8 @@ int main() cout << "Enter A and B: "; int a, b; cin >> a >> b; + cout << "A + B = " << a + b << '\n'; + + return 0; + } \ No newline at end of file