From 5c79b2a8a31f1f50cb373075dddd4353d009ff4f Mon Sep 17 00:00:00 2001 From: "Alice (KiseliovMI)" Date: Mon, 27 Mar 2023 11:07:15 +0300 Subject: [PATCH] project.cbp --- main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index b4392ec..eac5055 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,7 @@ using namespace std; int main() { - cout << "Hello world!" << endl; - return 0; + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; }