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

PROGRAMMING:Volume of cuboid

Luz5年前 (2021-05-10)题库562
Enter the length, width and height of a cuboid. Calculate and output the cuboid volume.
###Input format:
Enter three positive integers to represent the length, width and height of the cuboid, and the values of these three integers do not exceed 1000.
###Output format:
Output cuboid volume value, output value after the need to output carriage return newline.
###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
sixty
```
}







answer:If there is no answer, please comment