#include <stdio.h>

int main() {
    printf("Happy New Year*2019*");
    return 0;
}