Lunch
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Vlad wants to take a couple of fruits for lunch. He has different bananas, different apples and different pears. In how many ways can he choose different fruits from the available ones?
Input
Three non-negative integers and are given. All integers do not exceed .
Output
Print the number of ways to choose different fruits for lunch.
Examples
Input #1
Answer #1
Submissions 14K
Acceptance rate 50%