Roger is ordering pizza for DMPG. He knows that there are
Constraints
Input Specification
The first line will contain three space separated integers,
Output Specification
A single integer, the total number of pizzas Roger has to order.
Sample Input
Copy
6 7 8
Sample Output
Copy
8
Explanation for Sample Output
Roger has to order 2 pepperoni pizzas, 3 cheese, and 3 vegetarian pizzas.
Comments