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

PROGRAMMING:Calculate the volume of the ball

Luz5年前 (2021-05-10)题库543
Enter the radius and calculate the volume of the ball. The formula of sphere volume is $$- frac {4} {3} PI {R ^ {3}}$$
###Input format:
Enter the radius, which can be a decimal.
###Output format:
Output the volume of the ball, the result retains 3 decimal places, $$$PI $$uses the constant of math library.
###Input example:
Here is a set of inputs. For example:
```in
two
```
###Output example:
The corresponding output is given here. For example:
```out
v=33.510
```
###Input example:
Here is a set of inputs. For example:
```in
three point three three
```
###Output example:
The corresponding output is given here. For example:
```out
v=154.675
```







answer:If there is no answer, please comment