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

PROGRAMMING:Finding the area of a circle

Luz5年前 (2021-05-10)题库538
Input the radius r of the circle, calculate its area and output.
###Input format:
Enter a real number greater than zero without any additional characters.
###Output format:
Output the result directly. The result is a real number with 6 decimal places and no additional characters.
###Input example:
```in
one
```
###Output example:
```out
three point one four zero zero zero zero
```






answer:If there is no answer, please comment