#include <stdio.h>
//直接printf输出就可以了
int main() {
        printf("I lost my cellphone!");
    return 0;
}