Competitions
Week 1 Introduction Part 1
Area of rectangle
Find the area of rectangle.
Input data
The integer sides of rectangle a and b~(1 \le a, b \le 1000).
Output data
Print the area of rectangle.
Examples
Input example #1
3 4
Output example #1
12