Still TBD

AtCoder
IDabc119_a
Time2000ms
Memory256MB
Difficulty
You are given a string $S$ as input. This represents a valid date in the year $2019$ in the `yyyy/mm/dd` format. (For example, April $30$, $2019$ is represented as `2019/04/30`.) Write a program that prints `Heisei` if the date represented by $S$ is not later than April $30$, $2019$, and prints `TBD` otherwise. ## Constraints * $S$ is a string that represents a valid date in the year $2019$ in the `yyyy/mm/dd` format. ## Input Input is given from Standard Input in the following format: $S$ [samples]
Samples
Input #1
2019/04/30
Output #1
Heisei
Input #2
2019/11/01
Output #2
TBD
API Response (JSON)
{
  "problem": {
    "name": "Still TBD",
    "description": {
      "content": "You are given a string $S$ as input. This represents a valid date in the year $2019$ in the `yyyy/mm/dd` format. (For example, April $30$, $2019$ is represented as `2019/04/30`.) Write a program that ",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc119_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "You are given a string $S$ as input. This represents a valid date in the year $2019$ in the `yyyy/mm/dd` format. (For example, April $30$, $2019$ is represented as `2019/04/30`.)\nWrite a program that ...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments