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

Memory Limit:128 MB Time Limit:1.000 S
Creator:
Submit:5 Solved:3

Description

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

Input

输入两个整数a,b;

Output

输出整两个整数相除的结果

Sample Input

4 3

Sample Output

4/3=1.33333333333333333333