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

PROGRAMMING:Finding the area of a circle

Luz5年前 (2021-05-10)题库415
Find the area of a circle. PI is defined as 3.14159.
###Input format:
Enter several radii R
###Output format:
The circle area corresponding to each radius is output line by line, and the result retains 3 decimal places.
###Input example:
```in
one
```
###Output example:
```out
three point one four two
```







answer:If there is no answer, please comment