Problem E: 计算(a+b)/c的值

Problem E: 计算(a+b)/c的值

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

给定3个整数$a、b、c,计算表达式(a+b)/c的值。

Input

输入仅一行,包括三个整数a、b、c, 数与数之间以一个空格分开。

Output

输出一行,即表达式的值。

Sample Input Copy

1 1 3

Sample Output Copy

0