ringring

AtCoder
IDabc066_a
Time2000ms
Memory256MB
Difficulty
Snuke is buying a bicycle. The bicycle of his choice does not come with a bell, so he has to buy one separately. He has very high awareness of safety, and decides to buy two bells, one for each hand. The store sells three kinds of bells for the price of $a$, $b$ and $c$ yen (the currency of Japan), respectively. Find the minimum total price of two different bells. ## Constraints * $1 \leq a,b,c \leq 10000$ * $a$, $b$ and $c$ are integers. ## Input Input is given from Standard Input in the following format: $a$ $b$ $c$ [samples]
Samples
Input #1
700 600 780
Output #1
1300

*   Buying a $700$\-yen bell and a $600$\-yen bell costs $1300$ yen.
*   Buying a $700$\-yen bell and a $780$\-yen bell costs $1480$ yen.
*   Buying a $600$\-yen bell and a $780$\-yen bell costs $1380$ yen.

The minimum among these is $1300$ yen.
Input #2
10000 10000 10000
Output #2
20000

Buying any two bells costs $20000$ yen.
API Response (JSON)
{
  "problem": {
    "name": "ringring",
    "description": {
      "content": "Snuke is buying a bicycle. The bicycle of his choice does not come with a bell, so he has to buy one separately. He has very high awareness of safety, and decides to buy two bells, one for each hand. ",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc066_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Snuke is buying a bicycle. The bicycle of his choice does not come with a bell, so he has to buy one separately.\nHe has very high awareness of safety, and decides to buy two bells, one for each hand.\n...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments