From 8960532b6c5f68b139713df92eefc337df8375e2 Mon Sep 17 00:00:00 2001 From: "Alice (ZaharSA)" Date: Sun, 14 May 2023 19:20:46 +0300 Subject: [PATCH] =?UTF-8?q?Summ:=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=20?= =?UTF-8?q?=D1=81=D1=83=D0=BC=D0=BC=D1=8B?= 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 b4392ec..95646e7 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; }