1150: 求 A/B 高精度值

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:81 Solved:20

Description

求 A/B 高精度值
【问题描述】 计算 A/B 的精确值,设 A,B 是以一般整数输入,计算结果精确到小数后 20 位(若不足 20 位,末尾不 用补 0)。
【输入样例 1】 4 3 
【输出样例 1】 4/3=1.33333333333333333333 
【输入样例 2】 6 5 
【输出样例 2】 6/5=1.2 

Sample Input Copy


Sample Output Copy