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