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

PROGRAMMING:[expression] [mass calculation a --]

Luz5年前 (2021-05-10)题库459
Now there is a cuboid material. We already know its length a m, width b m, height h m and density p kg / m3. Please calculate the mass of this cuboid (kg).
###Input format:
Input a, B, h and P, space separated, data to ensure that each input number does not exceed 100.
###Output format:
Output the mass (kg) of the cuboid material. After the output data, you need to output the carriage return line feed.
###Input example:
Here is a set of inputs. For example:
```in
3 4 5 10
```
###Output example:
The corresponding output is given here. For example:
```out
six hundred
```







answer:If there is no answer, please comment