Area of rectangle
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the area of rectangle.
Input
The integer sides of rectangle and .
Output
Print the area of rectangle.
Examples
Input #1
Answer #1
Submissions 29K
Acceptance rate 70%