#include <iostream>
using namespace std;

int main()
{
	cout << "Come up and C++ me some time." << endl;
	cout << endl;
	return 0;
}

