Surface area and volume 2
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the surface area and volume of the cube by the length of its edge.
Input
The length of cube's edge a (a ≤ 10^6
).
Output
Print the surface area and volume of the cube .
Examples
Input #1
Answer #1
Submissions 23K
Acceptance rate 62%