From cd6420e95237dc2f88479353e1537854294f2dfb Mon Sep 17 00:00:00 2001 From: "alice (IvanovVG)" Date: Mon, 17 Mar 2025 14:58:48 +0300 Subject: [PATCH] code: add summ --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index eac5055..2fbd623 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; }