{"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 prints `Heisei` if the date represented by $S$ is not later than April $30$, $2019$, and prints `TBD` otherwise.\n\n## Constraints\n\n*   $S$ is a string that represents a valid date in the year $2019$ in the `yyyy/mm/dd` format.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc119_a","tags":[],"sample_group":[["2019/04/30","Heisei"],["2019/11/01","TBD"]],"created_at":"2026-03-03 11:01:14"}}