#include <stdio.h>

int main()
{
    printf("I lost my cellphone!");
    return 0;
}