{"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.\nThe 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.\n\n## Constraints\n\n*   $1 \\leq a,b,c \\leq 10000$\n*   $a$, $b$ and $c$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$a$ $b$ $c$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc066_a","tags":[],"sample_group":[["700 600 780","1300\n\n*   Buying a $700$\\-yen bell and a $600$\\-yen bell costs $1300$ yen.\n*   Buying a $700$\\-yen bell and a $780$\\-yen bell costs $1480$ yen.\n*   Buying a $600$\\-yen bell and a $780$\\-yen bell costs $1380$ yen.\n\nThe minimum among these is $1300$ yen."],["10000 10000 10000","20000\n\nBuying any two bells costs $20000$ yen."]],"created_at":"2026-03-03 11:01:14"}}