From 9f6cd71ea75501bc4bd6456090797c24484cac6a Mon Sep 17 00:00:00 2001 From: "Alice (AntonovDA)" Date: Sun, 24 Mar 2024 14:49:31 +0300 Subject: [PATCH] ... --- main2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main2.cpp b/main2.cpp index 8dcf541..e76b1a2 100644 --- a/main2.cpp +++ b/main2.cpp @@ -3,7 +3,7 @@ using namespace std; int main() { - cout << " Hello world "; - - return 0; + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; } \ No newline at end of file