diff --git a/main.cpp b/main.cpp index b4392ec..9d4553c 100644 --- a/main.cpp +++ b/main.cpp @@ -1,9 +1,12 @@ #include - +#include using namespace std; int main() { - cout << "Hello world!" << endl; - return 0; + + cout << "Enter A and B: "; + int a, b; + cin >> a >> b; + cout<