From 48b8cb06125d03bee1ba102befe29d6e830270fc Mon Sep 17 00:00:00 2001 From: "Alice (ShestovDN)" Date: Mon, 13 Mar 2023 14:36:16 +0300 Subject: [PATCH] ... --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index c5c4d56..2df4b4e 100644 --- a/main.cpp +++ b/main.cpp @@ -5,6 +5,8 @@ using namespace std; int main() { cout<<"Enter A and B"; + int a,b; cin>>a>>b; + cout<<"A+B="<