Competitions
PP2. Week 1: March 1 - 7
Area of rectangle
Find the area of rectangle.
Input
The integer sides of rectangle a and b (1 ≤ a, b ≤ 1000).
Output
Print the area of rectangle.
Input example #1
3 4
Output example #1
12
Find the area of rectangle.
The integer sides of rectangle a and b (1 ≤ a, b ≤ 1000).
Print the area of rectangle.
3 4
12