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