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