Tuck-shop
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
In the school cafeteria to the end of lessons there were some cakes: a vanilla, b chocolate and c fruit. Dima is going to buy cakes before closing the buffet. What is the maximum possible number of cakes can choose Dima?
Input
Three non-negative integers are given - the appropriate amount of cakes, each does not exceed 20000.
Output
Print the maximum possible number of cakes that Dima can choose.
Examples
Input #1
Answer #1
Submissions 25K
Acceptance rate 70%