From 6b522cf39619cc2078d5cef1d72624aba7e6e40a Mon Sep 17 00:00:00 2001
From: "alice (OgolcovIA)" <OgoltsovIA@mpei.ru>
Date: Sun, 26 Mar 2023 20:43:17 +0300
Subject: [PATCH] project.cbp

---
 main.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main.cpp b/main.cpp
index b4392ec..c9eb9b8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -3,7 +3,7 @@
 using namespace std;
 
 int main()
-{
-    cout << "Hello world!" << endl;
-    return 0;
+{cout << "Enter A and B: ";
+int a, b;
+cin >> a >> b;
 }