diff --git a/main.cpp b/main.cpp index 261272d..226f19c 100644 --- a/main.cpp +++ b/main.cpp @@ -3,5 +3,7 @@ using namespace std; int main() { - cout << "Hello, world!"; + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; } \ No newline at end of file