1216: 【c02】计算分数的浮点数值▁double

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:21 Solved:14

Description

两个整数 a  b 分别作为分子和分母,既分数a/b ,求它的浮点数值。

玩仔偷偷告诉你:就是计算 a/b 的结果啦~

Input

输入仅一行,包括两个整数 a  b1a,b,1000)。

Output

输出也仅一行,分数 a/b 的浮点数值。

Sample Input Copy

5 7

Sample Output Copy

0.714286