A/B Problem

Write a program which reads two integers a and b, and calculates the following values:

Input

Two integers a and b are given in a line.

Output

Print d, r and f separated by a space in a line. For f, the output should not contain an absolute error greater than 10-5.

Constraints

Sample Input 1

3 2

Sample Output 1

1 1 1.50000