Christmas Present

AtCoder
IDabc334_a
Time2000ms
Memory256MB
Difficulty
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. If a bat costs $B$ yen and a glove costs $G$ yen ($B\neq G$), which one will Santa give to Takahashi? ## Constraints * $B$ and $G$ are different integers between $1$ and $1000$, inclusive. ## Input The input is given from Standard Input in the following format: $B$ $G$ [samples]
Samples
Input #1
300 100
Output #1
Bat

The bat is more expensive than the glove, so Santa will give Takahashi the bat.
Input #2
334 343
Output #2
Glove

The glove is more expensive than the bat, so Santa will give Takahashi the glove.
API Response (JSON)
{
  "problem": {
    "name": "Christmas Present",
    "description": {
      "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. If a bat costs $B$ yen and a glove costs $G$",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc334_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "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$...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments