From 56eb66a0b9103609edd248ac10a865cd7023f32e Mon Sep 17 00:00:00 2001 From: "Alice (NovikovDM)" Date: Mon, 27 Mar 2023 14:48:58 +0300 Subject: [PATCH] ... --- main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b4392ec..1337e80 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,8 @@ using namespace std; int main() { - cout << "Hello world!" << endl; +cout << "Enter A and B: "; +int a, b; +cin >> a >> b; return 0; }