#abc115a. [abc115_a]Christmas Eve Eve Eve

[abc115_a]Christmas Eve Eve Eve

Problem Statement

In some other world, today is December DD-th.

Write a program that prints Christmas if D=25D = 25, Christmas Eve if D=24D = 24, Christmas Eve Eve if D=23D = 23 and Christmas Eve Eve Eve if D=22D = 22.

Constraints

  • 22leqDleq2522 \\leq D \\leq 25
  • DD is an integer.

Input

Input is given from Standard Input in the following format:

DD

Output

Print the specified string (case-sensitive).


Sample Input 1

25

Sample Output 1

Christmas

Sample Input 2

22

Sample Output 2

Christmas Eve Eve Eve

Be sure to print spaces between the words.