From b1bdd9699867be8cf8cfe6710aca2fc56ae415ee Mon Sep 17 00:00:00 2001 From: "Alice(KnyazevSK)" Date: Mon, 13 Mar 2023 14:26:46 +0300 Subject: [PATCH] save changes 1 sposob --- main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b4392ec..03b22ce 100644 --- a/main.cpp +++ b/main.cpp @@ -4,6 +4,8 @@ using namespace std; int main() { - cout << "Hello world!" << endl; + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; return 0; }