PROGRAMMING:[expression] [calculation area volume B --]
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
###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