From 1952c08c222191a3157cda663154c55e520dac16 Mon Sep 17 00:00:00 2001 From: "Alice (MusaevEV)" <=> Date: Fri, 5 Apr 2024 18:21:34 +0300 Subject: [PATCH] code: update maincode --- main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index b4392ec..b903969 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; }