Problem B: 求 A/B 高精度值(ab)

Problem B: 求 A/B 高精度值(ab)

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 700  Solved: 151
[Submit] [Status] [Web Board] [Creator:]

Description

计算 A/B 的精确值,设 A,B 是以一般整数输入(在int范围内),计算结果精确到小数后 20 位(若不足 20 位,末尾不用补 0,不需要进位)。

Input

4 3

Output

4/3=1.33333333333333333333

Sample Input Copy

6 5

Sample Output Copy

6/5=1.2