-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:High precision value of a / b

Luz3年前 (2021-05-10)题库303
Calculate the precision value of a / B, let a and B input as general integers, and the calculation result is accurate to 20 decimal places.
###Input format:
Example: 4.3
###Output format:
Example: 4 / 3 = 1.33333
###Input example:
```in
6 5
```
###Output example:
```out
6/5=1.2
```






answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。