#include <stdio.h>

int main()
{
    printf("I lost my cellphone!\n");

    return 0;
}