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

PROGRAMMING:Calculating the circular area

Luz5年前 (2021-05-10)题库477
Enter the radius of the circle and calculate the area with two decimal places. Please use the pi constant in the math module.
### Input format:
### Output format:
### sample input:
```in
five point six
```
### sample output:
```out
ninety-eight point five two
```






answer:If there is no answer, please comment