#OLD216. 输出小数

输出小数

Description

输入两个小数,输出两个小数除法的结果,保留5位小数

Format

Input

输入两个小数

Output

输出结果保留5位小数

Samples

3 2
1.50000

Hint