From 321a2b824928a60bcb5b3b8c95e90a585fff9052 Mon Sep 17 00:00:00 2001 From: "Alice (IvanovaII)" Date: Mon, 6 Mar 2023 22:58:51 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B2=D0=B2=D0=BE=D0=B4=20a,b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 4c9d7be..55fa2d6 100644 --- a/main.cpp +++ b/main.cpp @@ -3,5 +3,7 @@ using namespace std; int main() { - cout << "Hello, World!\n"; + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; }