#P58. 练11.5计算(a+b)/c的值
练11.5计算(a+b)/c的值
Description
Given three integers , , and , calculate the value of the expression .
Input Format
Input consists of a single line with three integers , , and , separated by spaces. The constraints are .
Output Format
Output a single line with the value of the expression.
Sample
1 1 30
Related
In following homework: