Олимпиадный тренинг

Задача 27061. Formula - 3


Write a program that calculates the y value.
\(y = \frac a {b \cdot c}\)


Input
The input is 3 integers a, b, c (b, c > 0).

Imprint
Output the value y.
 
Example
# Input Output
1 4 2 3 0.67
2 1 2 1 0.5