#include <iostream>
using namespace std;

int main(void) {
cout << "Merry Christmas!" << endl;
return 0;
}