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

PROGRAMMING:[expression] [calculation area volume B --]

Luz5年前 (2021-05-10)题库557
Output the cuboid's length a, width b, height h, then calculate its surface area s and volume V and output.
###Input format:
Input positive integers a, B, h, separated by spaces, all input data are guaranteed not to exceed 100.
###Output format:
First output surface area, and then output carriage return to wrap.
Then output volume, and then output carriage return to wrap.
###Input example:
Here is a set of inputs. For example:
```in
3 4 5
```
###Output example:
The corresponding output is given here. For example:
```out
ninety-four
sixty
```







answer:If there is no answer, please comment