From b0b79d1e8996662d444b8b1b3e70a3a1f3578571 Mon Sep 17 00:00:00 2001 From: "Alice (DobrovolskaY)" Date: Tue, 26 Mar 2024 17:26:18 +0200 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=82=D0=B5=D0=BB=D0=BE=20=D0=BA=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.cpp b/main.cpp index b4392ec..bd5c889 100644 --- a/main.cpp +++ b/main.cpp @@ -1,9 +1,9 @@ #include - using namespace std; -int main() -{ - cout << "Hello world!" << endl; - return 0; +int main(){ +cout << "Enter A and B: "; +int a, b; +cin >> a >> b; } +