@ -4,6 +4,7 @@ using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
cout << "Enter A and B: ";
nt a, b;
cin >> a >> b;
}