#P1026. 图形计算7
图形计算7
Description
Enter the cuboid length, width and height, calculate the volume and surface area then output them.
Input Format
The three integers are length width and height of the cuboid.
Output Format
The two integers are volume and surface area of the cuboid..
6 4 8
192 208
Limit and hint
For testcases, 。