# include <iostream>
using namespace std;
int main()
{int q;
cout <<"Please enter your first number"<<endl;
cin >>q;
}