Christmas Eve Eve Eve

AtCoder
IDabc115_a
Time2000ms
Memory256MB
Difficulty
In some other world, today is December $D$\-th. Write a program that prints `Christmas` if $D = 25$, `Christmas Eve` if $D = 24$, `Christmas Eve Eve` if $D = 23$ and `Christmas Eve Eve Eve` if $D = 22$. ## Constraints * $22 \leq D \leq 25$ * $D$ is an integer. ## Input Input is given from Standard Input in the following format: $D$ [samples]
Samples
Input #1
25
Output #1
Christmas
Input #2
22
Output #2
Christmas Eve Eve Eve

Be sure to print spaces between the words.
API Response (JSON)
{
  "problem": {
    "name": "Christmas Eve Eve Eve",
    "description": {
      "content": "In some other world, today is December $D$\\-th. Write a program that prints `Christmas` if $D = 25$, `Christmas Eve` if $D = 24$, `Christmas Eve Eve` if $D = 23$ and `Christmas Eve Eve Eve` if $D = 22",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc115_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "In some other world, today is December $D$\\-th.\nWrite a program that prints `Christmas` if $D = 25$, `Christmas Eve` if $D = 24$, `Christmas Eve Eve` if $D = 23$ and `Christmas Eve Eve Eve` if $D = 22...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments