#1980. A/B Problem2

A/B Problem2

题目描述

输入两个正整数 A,BA,B,求 A/BA/B

输入格式

一行两个整数,用空格隔开。

输出格式

输出 A/BA/B 的值,结果保留三位小数。

10 2
5.000