Input three parameters: length, width and height as a cuboid.
Compute its surface and volume.
Input three integers, length, width and height in order.
Two integers, surface area and volume.
Ensure that the output, including formatting, exactly matches the provided samples.