{"raw_statement":[{"iden":"problem statement","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."},{"iden":"constraints","content":"*   $1 \\leq a,b,c \\leq 10000$\n*   $a$, $b$ and $c$ are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$a$ $b$ $c$"},{"iden":"sample input 1","content":"700 600 780"},{"iden":"sample output 1","content":"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."},{"iden":"sample input 2","content":"10000 10000 10000"},{"iden":"sample output 2","content":"20000\n\nBuying any two bells costs $20000$ yen."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}