#include<iostream>

using namespace std;

int main()
{
	
    std::cout << "I lost my cellphone!" << endl;
	
	return 0;
}