#include <stdio.h>
 
int main()
{
        printf( "Good Bye!\n");
        return 0;
}