100 #ABC115A. [ABC115A] Christmas Eve Eve Eve

[ABC115A] Christmas Eve Eve Eve

Score : 100100 points

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

  • 22D2522 \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).

25
Christmas
22
Christmas Eve Eve Eve

Be sure to print spaces between the words.