{"raw_statement":[{"iden":"problem statement","content":"Takahashi, a young baseball enthusiast, has been a very good boy this year, so Santa has decided to give him a bat or a glove, whichever is more expensive.\nIf a bat costs $B$ yen and a glove costs $G$ yen ($B\\neq G$), which one will Santa give to Takahashi?"},{"iden":"constraints","content":"*   $B$ and $G$ are different integers between $1$ and $1000$, inclusive."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$B$ $G$"},{"iden":"sample input 1","content":"300 100"},{"iden":"sample output 1","content":"Bat\n\nThe bat is more expensive than the glove, so Santa will give Takahashi the bat."},{"iden":"sample input 2","content":"334 343"},{"iden":"sample output 2","content":"Glove\n\nThe glove is more expensive than the bat, so Santa will give Takahashi the glove."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}