Problems
Surface area and volume 2
Surface area and volume 2

Find the surface area and volume of the cube by the length of its edge.
Input data
The length of cube's edge a (a ≤ 10^6
).
Output data
Print the surface area and volume of the cube .
Examples
Input example #1
3
Output example #1
54 27