include <iostream>
using namespace std;
int main()
{
int x ;
cout << "welcome to XO++ " << endl;
cout << "haw many times did you win?" << endl;
cin >> x ;
cout << " you have " <<x*5;
cout <<" point ";
return 0;
}
include <iostream>
using namespace std;
int main()
{
int x ;
cout << "welcome to XO++ " << endl;
cout << "haw many times did you win?" << endl;
cin >> x ;
cout << " you have " <<x*5;
cout <<" point ";
return 0;
}