From 2693db260fca121e26d51465c78245a5ecef02d6 Mon Sep 17 00:00:00 2001 From: Alice Date: Sun, 19 Mar 2023 14:42:51 +0300 Subject: [PATCH] Sum commit --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 8bec571..3f82240 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,4 @@ cout << "Enter A and B: "; int a, b; cin >> a >> b; +cout << "A + B = " << a + b << '\n'; \ No newline at end of file