Calculate the quotient of two numbers
Description
Calculate the quotient of two numbers a/b
Input
Enter the two numbers a and b, separate the two numbers with a space, and calculate the quotient of the two numbers
Output
Output the quotient of two numbers with two decimal places
Example
Input 3 5 Output 0.60
Input 6.0 2 Output 3.00