-->
当前位置:首页 > 题库

PROGRAMMING:reciprocal

Luz5年前 (2021-05-10)题库400
Find the reciprocal of an integer
###Input format:
The input contains multiple sets of test data, and an integer n is entered for each line.
###Output format:
For each group of test data, output a line of data, which represents the reciprocal of N, and the result retains two decimal places.
###Input example:
```in
two
```
###Output example:
```out
zero point five zero
```
###Tips
(double)






answer:If there is no answer, please comment