From 062c43324cf4565000b995310eb169308b0561cb Mon Sep 17 00:00:00 2001 From: "Alice (kharisovSR)" Date: Sun, 26 Mar 2023 22:26:35 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=B0=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D0=B0=20=D1=81=D1=83=D0=BC=D0=BC=D0=B0=20a?= =?UTF-8?q?=20=D0=B8=20b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index b4392ec..f0d6dac 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,8 @@ using namespace std; int main() { - cout << "Hello world!" << endl; - return 0; +cout << "Enter A and B: "; +int a, b; +cin >> a >> b; +cout<