#include <iostream>

using namespace std;

int main() {
	
	cout >> "HAPPY BIRTHDAY.";
	
	return 0;
	
}

