Parallelepiped
CPU usage time limit is 1 second
Runtime memory usage limit is 256 megabytes
You are given the dimensions of a parallelepiped, find its volume.
Input
The first line contains one integer () — the height of the parallelepiped.
The second line contains one integer () — the width of the parallelepiped.
The third line contains one integer () — the length of the parallelepiped.
Output
Output one integer — the volume of the parallelepiped.
Examples
Input
Answer
Submissions 40
Acceptance rate 88%