14668 - Compute surface area and volume of a cuboid   

Description

Input three parameters: length, width and height as a cuboid.

Compute its surface and volume.

Input

Input three integers, length, width and height in order.

Output

Two integers, surface area and volume.

Ensure that the output, including formatting, exactly matches the provided samples.

Sample Input  Download

Sample Output  Download

Tags

11410EE 231002



Discuss