Competitions
Week 1 Introduction Part 2
Surface area and volume

Find the surface area and volume of the rectangular parallelepiped by its dimensions.
Input data
The lengths of edges of rectangular parallelepiped a, b and c (a, b, c ≤ 10^6
).
Output data
Print the surface area and volume of the rectangular parallelepiped.
Examples
Input example #1
2 3 4
Output example #1
52 24