#include <stdio.h>

int main()
{
    printf("goodbye, dad\n");
    return 0;
}