Practice 2

開始: 2020年 10月 9日(五) 00:00
到期: 2020年 10月 16日(五) 00:00

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