From 4dc2a5c179e29df760c46487e6393b5d94016838 Mon Sep 17 00:00:00 2001 From: "Alice (ChaginSA)" Date: Mon, 17 Apr 2023 15:15:02 +0300 Subject: [PATCH] =?UTF-8?q?build:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/main.cpp b/project/main.cpp index b4392ec..4be99fe 100644 --- a/project/main.cpp +++ b/project/main.cpp @@ -3,7 +3,8 @@ using namespace std; int main() -{ - cout << "Hello world!" << endl; - return 0; +{cout << "Enter A and B: "; +int a, b; +cin >> a >> b; + }