#include<stdio.h>
int main()
{
    puts("I lost my cellphone!");
    return 0;
}