From 0b49b5c1855589f60a0c53a3f8fd0074b6e297b5 Mon Sep 17 00:00:00 2001 From: "Alice (ShestovDN)" Date: Mon, 13 Mar 2023 14:32:35 +0300 Subject: [PATCH] ... --- main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index b4392ec..c5c4d56 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,7 @@ using namespace std; int main() { - cout << "Hello world!" << endl; - return 0; + cout<<"Enter A and B"; + int a,b; + cin>>a>>b; }