From cb38c9af56ae1cf01399cac7a4fa44e5e1c262ac Mon Sep 17 00:00:00 2001 From: "Alice (PakhomovII)" Date: Mon, 17 Mar 2025 14:24:18 +0300 Subject: [PATCH] ... --- main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index b4392ec..b903969 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; }