{"raw_statement":[{"iden":"problem statement","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."},{"iden":"constraints","content":"*   $S$ is a string that represents a valid date in the year $2019$ in the `yyyy/mm/dd` format."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"2019/04/30"},{"iden":"sample output 1","content":"Heisei"},{"iden":"sample input 2","content":"2019/11/01"},{"iden":"sample output 2","content":"TBD"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}