@ -2,6 +2,8 @@
using namespace std;
int main(){
cout << "hello";
cout << "Enter A and B: ";
int a, b;
cin >> a >> b;
return 0;
}