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