Problems
Area of rectangle
Area of rectangle
Find the area of rectangle.
Input data
The integer sides of rectangle a and b (1 ≤ a, b ≤ 1000).
Output data
Print the area of rectangle.
Examples
Input example #1
3 4
Output example #1
12