From 7bff90e5576e36cee72c12a34c127e030ae1dba1 Mon Sep 17 00:00:00 2001 From: "Alice (ButkoZV)" Date: Wed, 27 Mar 2024 15:19:54 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= 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 643fb37..9ea8342 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,8 @@ using namespace std; int main(){ - cout << "hello"; + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; return 0; } \ No newline at end of file